passiflora | R Documentation |
Passiflora is a genus of about 550 species of flowering plants. This dataset contains 15 landmarks in 2 dimension of 3319 leaves of 40 species. Papers listed in the reference section analyzed the data and found 7 clusters.
data(passiflora)
a named list containing
a 3d array of size (15\times 2\times 3319).
a length-3319 vector of 40 species factors.
a length-3319 vector of 7 cluster factors.
chitwood_divergent_2017Riemann
\insertRefchitwood_morphometric_2017Riemann
wrap.landmark
data(passiflora) # load the data riemobj = wrap.landmark(passiflora$data) # wrap as RIEMOBJ pga2d = riem.pga(riemobj)$embed # embedding via PGA opar <- par(no.readonly=TRUE) # visualize plot(pga2d, col=passiflora$class, pch=19, cex=0.7, main="PGA Embedding of Passiflora Leaves", xlab="dimension 1", ylab="dimension 2") par(opar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.