knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
ForestAnalysisInR
is a "metapackage," an R package that is meant to help users find the right methods and approaches in other R packages to produce the analysis they need.
You can install the development version of ForestAnalysisInR
from GitHub with:
devtools::install_github("atkinsjeff/ForestAnalysisInR") library("ForestAnalysisInR")
ForestAnalysisInR
was authored by Jeff W. Atkins (USFS, VCU), Carlos A. Silva (University of Florida), and Atticus E. L. Stovall (University of Maryland, NASA Goddard)
ForestAnalysisInR
works on the Shiny
platform to provide a data table
of all the available R packages for forestry and forest ecology research:
library(ForestAnalysisInR) ## basic example code launchRFA()
The package list inForestAnalysisInR
was most recently updated on August 1, 2021.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.