#' @title RSFIA: Analyzing FIA for tree-level mortality
#'
#' @description
#'
#' TODO: this
#'
#' @section Generating the mortality dataset:
#'
#' NULL
#'
#' TODO: also this, list more sections as analysis completes
#'
#' @section Technical notes:
#'
#' The only function used in the `plyr` package is `rbind.fill`, and it
#' is accessed indirectly when used as `plyr::rbind.fill`. Same goes for
#' `na.approx` in the `zoo` package and `melt` in the `reshape2` package.
#'
#' `dplyr` is primarily used for the `*_join` family functions.
#'
#' `spData` is required for `PlotFullMortMap`, but its a really cumbersome
#' package to load so its staying in the 'suggests' section of the DESCRIPTION file.
#'
#' @docType package
#' @name RSFIA
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.