powered by
This function arranges RMSE plot in left and 2-D layouts in right.
plot_rmse_layouts(plots, design)
A patchwork object.
A list of plots which include RMSE plot and 2-D layouts.
The design of plots need to be arranged.
design <- gen_design(n_right = 4, ncol_right = 2) plot_rmse_layouts(plots = scurve_plts, design = design)
Run the code above in your browser using DataLab