You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intentionally, I have duplicated a lot of code in the various plot_smooth()internal methods, waiting until things had settled down a bit with the package before attempting any sort of code de-duplication or clean up.
With only the bs = "mrf" basis currently not supported, time is ripe to reduce the duplication across the plot_smooth() methods, such that I can use a single prepare_smooth_plot() across all the methods.
Investigate the feasibility of doing this and implement.
The text was updated successfully, but these errors were encountered:
Intentionally, I have duplicated a lot of code in the various
plot_smooth()
internal methods, waiting until things had settled down a bit with the package before attempting any sort of code de-duplication or clean up.With only the
bs = "mrf"
basis currently not supported, time is ripe to reduce the duplication across theplot_smooth()
methods, such that I can use a singleprepare_smooth_plot()
across all the methods.Investigate the feasibility of doing this and implement.
The text was updated successfully, but these errors were encountered: