To install, check for package dependencies first:
install.packages('devtools')
library(devtools)
install_github('bmcnellis/RSFIA')
To load the dataset into your global environment:
data('FIA_mortality_with_explanatory' # plot-level
data('FIA_mortality_TREE_level') # tree level
Processing was mostly done using vignettes/Make_mortality_dataframe.Rmd
, and some code to display results/figures is under vignettes/results.Rmd
Re-processing or other functions may depend on other packages, check the Import
section of the DESCRIPTION
file. ClelandEcoregions
is available through install_github('bmcnellis/ClelandEcoregions')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.