penguinWings | R Documentation |
The multi-part objects in this example are partial wing skeletons comprised of humerus, radius and ulna. These partial wing skeletons are from 15 extant species of penguin and five fossil species of penguin, which together constitute a dataset of 60 wing bones. Shape data from the multi-part objects are provided as landmark configurations. Three sets of landmarks were produced for each of the digital replicas so that the replicates could be averaged to mitigate effects of placement error. The nine sets of landmark configurations (i.e. three sets from each of the three bones) were separately read into R using readPts
with gpa = FALSE
(i.e. generalized Procrustes transformation not performed). Metadata for each bone are available on github (https://github.com/aharmer/morphoBlocks).
data(penguinWings) hum2 hum3 rad1 rad2 rad3 uln1 uln2 uln3
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
An object of class block
of length 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.