plot_growth_matrix | R Documentation |
This function produces two different plots of the growth matrix. The first version is on a single panel. The second version plots a panel for each size category.
plot_growth_matrix(
object,
xlab = "Size after growth (mm)",
ylab = "Probability",
scales = "fixed",
figure_dir = "figure/"
)
object |
and LSD object |
xlab |
the x axis label |
ylab |
the y axis label |
scales |
should facet_wrap scales be fixed (the default), free, or free in one dimension (free_x, free_y). |
figure_dir |
the directory to save to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.