plantshawaii | R Documentation |
Maximum plant size of 58 tree species, shrub and tree fern species that occur in 530 forest plots across the Hawaiian archipelago.
data(plantshawaii)
Contains six columns, as follows:
Genus and epithet of the species.
Family of each species.
Categorical variable ('native', 'alien', 'uncertain') indicating alien status of each individual following Wagner et al. (2005).
Number of individuals used to estimate maximum plant size.
Maximum plant size, estimated as D950.1 (King et al. 2006).
Maximum plant size, estimated as Dmax3 (King et al. 2006).
The data were obtained from the DRYAD repository at \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5061/dryad.1kk02qr")}.
- Craven D, Knight T, Barton K, Bialic-Murphy L, Cordell S, Giardina C, Gillespie T, Ostertag R, Sack L,Chase J. 2018. OpenNahele: the open Hawaiian forest plot database. Biodiversity Data Journal 6: e28406.
data(plantshawaii)
head(plantshawaii)
tapply(plantshawaii$d95,plantshawaii$native.status,summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.