Description Usage Arguments Value Examples
Function to plot variance within landmarks for a dataset
1 | LMK_plotVar(a, lmknames = NULL, tabonly = FALSE, ...)
|
a |
an array, presumably already aligned |
lmknames |
A vector of landmark names to plot. If null (default) points are labeled by index. |
tabonly |
Logical. If FALSE (default) function returns list of mean variance by landmark and plots values. If TURE, plotting steps are suppressed. |
... |
Additional arguments to pass to plotting functions |
Returns a list of mean variance by landmark for the entire dataset. Also produces a plot with mean variance (green) and 1 SD (dark green)
1 2 3 4 5 | require(geomorph)
data(plethodon)
gpa <- gpagen(plethodon$land)
LMK_plotVar(gpa$coords) ## most landmarks show low variance
## lmks 11,12 plot above 1 standard deviation
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.