mm_PlotArray | R Documentation |
Plot Array Plot individuals and optionally mean form
mm_PlotArray(
A,
MeanShape = TRUE,
AllCols = NULL,
MeanCol = NULL,
type = c("points", "lines"),
lbl = NULL,
yr = NULL
)
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 |
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.