layout_mat | R Documentation |
Construct a matrix for layout
with parameters in
rows and years in columns.
layout_mat(nyears, incl_gen = TRUE, npar = 1, colorbar = FALSE) layout_1mat(nyears, incl_gen = TRUE, idxoffset = 0, colorbar = FALSE) layout_indoffset(nyears, incl_gen = TRUE, npar = 1, colorbar = FALSE) layout_widths(nyears, incl_gen = TRUE, npar = 1, colorbar = FALSE)
nyears |
Number of years to plot |
incl_gen |
Include generative fields? |
npar |
Number of parameters to plot |
colorbar |
Include colorbar? |
idxoffset |
Largest of the previously used indices; this layout matrix
will start at |
A layout matrix
layout_1mat
: Layout matrix for a single parameter
layout_indoffset
: Vector of index offsets for each parameter in field
plot
layout_widths
: Widths of field plots; thinner for colorbar if
present
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.