Description Usage Arguments Value
View source: R/GGPlot2Tools_GrobsArrange.R
GrobsArrange
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | GrobsArrange(
grobs,
ncol,
nrow = length(grobs)%/%ncol,
tLab = unit(0.6, "cm"),
rLab = unit(0.6, "cm"),
bLab = unit(0.6, "cm"),
lLab = unit(0.6, "cm"),
tAxis = unit(0.6, "cm"),
rAxis = unit(0.6, "cm"),
bAxis = unit(0.6, "cm"),
lAxis = unit(0.6, "cm"),
vGap = unit(0.1, "cm"),
hGap = unit(0.1, "cm"),
labsList = NULL,
axisList = NULL,
labsMar = NULL,
axisMar = NULL,
topLab = NULL,
bottomLab = NULL,
leftLab = NULL,
rightLab = NULL
)
|
grobs |
Input grobs. |
ncol |
Number of columns. |
nrow |
Number of rows. |
tLab |
Top label margin. |
rLab |
Right label margin. |
bLab |
Bottom label margin. |
lLab |
Left label margin. |
tAxis |
Top axis margin. |
rAxis |
Right axis margin. |
bAxis |
Bottom axis margin. |
lAxis |
Left axis margin. |
vGap |
Vertical gap between plots. |
hGap |
Horizontal gap between plots. |
labsList |
Label margins in form of named list.
If not |
axisList |
Axis margins in form of named list.
If not |
labsMar |
A |
axisMar |
A |
topLab |
|
bottomLab |
|
leftLab |
|
rightLab |
|
GTable of arranged grobs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.