powered by
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).
- 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)
Run the code above in your browser using DataLab