mm_PlotArray | R Documentation |
Plot Array Plot individuals and optionally mean form
mm_PlotArray(
A,
MeanShape = TRUE,
AllCols = NULL,
MeanCol = NULL,
plot_type = c("lines", "points"),
lbl = NULL,
yr = NULL,
axis_labels = FALSE
)
A |
An array to be plotted |
MeanShape |
Logical. Should the Mean Shape be calculated and plotted |
AllCols |
Either a single color for all individuals, or a vector specifying colors for each individual. If NULL (default) individuals will be plotted in grey |
MeanCol |
A single color for the mean shape. If Null (default) mean shape will be plotted in black |
plot_type |
Should the data be plotted as points or lines. |
lbl |
A title (main =) for the plot. If NULL (default) the name of the array will be used. |
yr |
Y-range, in the form c(0,100) |
axis_labels |
Should units be printed along the axis. Defaults to FALSE to maximize the profile shape. |
Plot individual(s) profile(s) in the default graphics device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.