plot_rmse_layouts: Arrange RMSE plot and 2-D layouts

View source: R/prediction.R

plot_rmse_layoutsR Documentation

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)

Arguments

plots

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

design

The design of plots need to be arranged.

Value

A patchwork object.

Examples

design <- gen_design(n_right = 4, ncol_right = 2)
plot_rmse_layouts(plots = scurve_plts, design = design)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.