Learn R Programming

forestecology (version 0.2.0)

species_bw: Phylogenic groupings and trait based clustering of various tree species

Description

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.

Usage

species_bw

Arguments

Format

A data frame with 46 rows and 6 variables:

sp

The code for the species. Link to census_2008_bw and census_2014_bw with sp variable.

genus

Genus

species

Species epithet

latin

Scientific name

family

Family

trait_group

Clustering of species based on three traits rather than their evolutionary relationships. The traits are specific leaf area, maximum height, and wood density

See Also

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

Examples

Run this code
# NOT RUN {
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")
# }

Run the code above in your browser using DataLab