Description Usage Arguments Value See Also Examples
Add species
to a ForestGEO-like dataframe of census data.
1 | add_species(data, species, site)
|
data |
A ForestGEO-like census-dataframe. |
species |
A ForestGEO-like species-dataframe. |
site |
The name of the site. One of |
A dataframe with as many rows as the census dataset.
Other constructors: add_equations
1 2 3 4 5 6 | library(dplyr)
census <- fgeo.biomass::scbi_tree1
species <- fgeo.biomass::scbi_species
census %>%
add_species(species, site = "scbi")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.