rtlayout | R Documentation |
mplot3
familySet layout for drawing multiple plots in the same view
rtlayout(
nrows = NULL,
ncols = NULL,
byrow = FALSE,
autolabel = FALSE,
pdf.width = NULL,
pdf.height = NULL,
filename = NULL
)
nrows |
Integer: N of rows |
ncols |
Integer: N of columns |
byrow |
Logical: If TRUE, draw add plots by row Default = FALSE |
autolabel |
Logical: If TRUE, place letter labels on the top left corner of each figure. Default = FALSE |
pdf.width |
Float: Width of PDF to save, if |
pdf.height |
Float: Height of PDF to save, if |
filename |
String, optional: Save multiplot to file. Default = NULL |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.