Description Usage Format Source See Also Examples
A date frame mapping the species codes to their common names, scientific names, and families. This also includes a trait-based clustering of the species.
1 |
A data frame with 46 rows and 6 variables:
The code for the species. Link to census_2008_bw
and census_2014_bw
with sp
variable.
Genus
Species epithet
Scientific name
Family
Clustering of species based on three traits rather than their evolutionary relationships. The traits are specific leaf area, maximum height, and wood density
For more information on trait clustering see Allen and Kim 2020 "A permutation test and spatial cross-validation approach to assess models of interspecific competition between trees." doi: 10.1371/journal.pone.0229930PLOS One 15: e0229930.
Other Big Woods data:
census_2008_bw
,
census_2014_bw
,
study_region_bw
Other example data objects:
blocks_ex
,
census_1_ex
,
census_2008_bw
,
census_2014_bw
,
census_2_ex
,
comp_bayes_lm_ex
,
focal_vs_comp_ex
,
growth_ex
,
growth_spatial_ex
,
growth_toy
,
study_region_bw
,
study_region_ex
1 2 3 4 5 6 7 8 | library(dplyr)
# Original 2008 census data
census_2008_bw
# 2008 census data with additional species information
census_2008_bw %>%
left_join(species_bw, by = "sp")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.