gen_design | R Documentation |
This function generates a design which can be passed to 'plot_layout()' to arrange 2-D layouts.
gen_design(n_right, ncol_right = 2)
n_right |
The number of plots in right side. |
ncol_right |
The number of columns in right side. |
A patchwork area object.
gen_design(n_right = 8, ncol_right = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.