| listed.gdf | R Documentation |
The input must be a list containing an element of type gpagen.
This is ideally produced by procrustes.alignment.
If the input contains a metadata element, then it and the gpagen element are
used to create a new list element of class geomorph.data.frame.
This element can be used in downstream functions. However, keeping it as an element within
a larger list object allows retension of other elements, such as data provenance.
listed.gdf(x)
x |
A list containing the output of |
Dave Angelini david.r.angelini@gmail.com [aut, cre]
Geomorph: Software for geometric morphometric analyses. R package version 3.2.1. D.C. Adams and M.L. Collyer and A. Kaliontzopoulou. 2020. (Link)
library(geomorph)
data("Bombus.forewings", package = "borealis")
names(Bombus.forewings)
cat(Bombus.forewings$provenance)
Y.gpa <- gpagen(Bombus.forewings$coords)
Y.gdf <- id.metadata.to.gdf(
Y.gpa,
id.factors = c("id","species","caste","digitizer"),
provenance = Bombus.forewings$provenance
)
names(Y.gdf)
landmark.plot(Y.gdf$coords)
hist(Y.gdf$Csize)
with(Y.gdf, boxplot(Csize ~ species))
cat(Y.gdf$provenance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.