gridplot | R Documentation |
Function gridplot
plots multiple ssp
objects to a
grid.
gridplot(
x,
nrow = NA,
ncol = NA,
byrow = FALSE,
with.legend = "auto",
legend.pos = "auto",
legend.pos2 = "center",
title.legend = "auto",
ncol.legend = "auto",
with.missing.legend = "auto",
row.prop = "auto",
col.prop = "auto",
cex.legend = 1
)
x |
A list of |
nrow , ncol |
Optional arguments to arrange plots. |
byrow |
Controls the order of plotting. Defaults to |
with.legend |
Defines if and how the legends for the states are plotted.
The default value |
legend.pos |
Defines the positions of the legend boxes relative to the
whole plot. Either one of |
legend.pos2 |
Defines the positions of the legend boxes relative to the
cell(s). One of |
title.legend |
The titles for the legend boxes. The default |
ncol.legend |
(A vector of) the number of columns for the legend(s). The
default |
with.missing.legend |
If set to |
row.prop |
Sets the proportions of the row heights of the grid. The default
value is |
col.prop |
Sets the proportion of the column heights of the grid. The default
value is |
cex.legend |
Expansion factor for setting the size of the font for the labels in the legend. The default value is 1. Values lesser than 1 will reduce the size of the font, values greater than 1 will increase the size. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.