Description
Utility Functions for Forest Inventory Estimation and Analysis.
Description
A set of tools for data wrangling, spatial data analysis, statistical modeling (including direct, model-assisted, photo-based, and small area tools), and USDA Forest Service data base tools. These tools are aimed to help Foresters, Analysts, and Scientists extract and perform analyses on USDA Forest Service data.
README.md
FIESTAutils
The FIESTAutils
R package provides tools for data wrangling, spatial data analysis, statistical modeling (including direct, model-assisted, photo-based, and small area tools), and USDA Forest Service data base tools. These tools are aimed to help Foresters, Analysts, and Scientists extract and perform analyses on USDA Forest Service data.
Installation
You can install the stable version of FIESTAutils
from CRAN with:
install.packages("FIESTAutils")
Or, you can install the developmental version of FIESTAutils
from GitHub with:
# install.packages("devtools")
devtools::install_github("USDAForestService/FIESTAutils")