README.md

RSFIA

An analysis of FIA mortality data

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')



bmcnellis/RSFIA documentation built on June 1, 2019, 7:40 a.m.