Description Usage Arguments Value Examples
Function to identify outliers visually
1 | LMK_plotoutliers(A, gpa = TRUE, plotALL = TRUE, ...)
|
A |
Raw 3D coordinate data, procrustes aligned coordinate data, or an object of class == gpagen |
gpa |
Logical, should a GPA be calculated. If TRUE, A is assumed to be raw coordinate data and GPA is implemented via geomorph::gpagen. If FALSE, no imposition will be done. If TRUE, gpa-aligned coordinates and mshape will also be exported |
plotALL |
Logical, plot all specimens (and mean) in 3D space |
... |
Additional parameters to pass to gpagen |
Returns a list containing summary information of the dataset, individual procrustes distances, GPA aligned Procrustes Coordinates and mean shape configuration
1 2 3 4 5 | require(geomorph)
data(scallops)
outliers <- LMK_plotoutliers(scallops$coorddata, plotALL = FALSE) ## skip 3D plot
outliers$summary.info
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.