Learn R Programming

quollr (version 0.3.7)

plot_rmse_layouts: Arrange RMSE plot and 2-D layouts

Description

This function arranges RMSE plot in left and 2-D layouts in right.

Usage

plot_rmse_layouts(plots, design)

Value

A patchwork object.

Arguments

plots

A list of plots which include RMSE plot and 2-D layouts.

design

The design of plots need to be arranged.

Examples

Run this code
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