trlhawaii | R Documentation |
Diameter at breast height (or occurrence) of individual trees, shrubs and tree ferns across 530 plots across the Hawaiian archipelago and includes native status and cultivated status of the 185 species.
data(trlhawaii)
Contains 18 variables, as follows:
Island name.
Unique numeric identifier for each plot.
Brief name of study.
Plot area in m^{2}
.
Longitude of plot in decimal degrees; WGS84 coordinate system.
Latitude of plot in decimal degrees; WGS84 coordinate system.
Year in which plot data was collected.
Numeric identifier for each census.
Unique numeric identifier for each individual.
Genus and species of each individual following TPL v. 1.1.
Family of each individual following TPL v. 1.1.
Binary variable (1 = yes, 0 = no) indicating whether an individual is classified as an angiosperm following APG III.
Binary variable (1 = yes, 0 = no) indicating whether an individual is classified as a monocot following APG III.
Categorical variable ("native", "alien", "uncertain") indicating alien status of each individual following Wagner et al. (2005).
Binary variable (1 = yes, 0 = no, NA = not applicable) indicating if species is cultivated following PIER.
Number of individuals (all = 1).
Abundance of each individual on a per hectare basis.
Diameter at 1.3 m (in cm) for each individual; NA indicates that size was not measured, but was classified by size class.
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(trlhawaii)
table(trlhawaii$island,trlhawaii$study)
unique(trlhawaii$plot.id)
table(trlhawaii$plot.id)
tapply(trlhawaii$plot.area,trlhawaii$study,summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.