plot_rmse_layouts | R Documentation |
This function arranges RMSE plot in left and 2-D layouts in right.
plot_rmse_layouts(plots, design)
plots |
A list of plots which include RMSE plot and 2-D layouts. |
design |
The design of plots need to be arranged. |
A patchwork object.
design <- gen_design(n_right = 4, ncol_right = 2)
plot_rmse_layouts(plots = scurve_plts, design = design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.