R/red-pine-data.R

#' Portable Canopy LiDAR from Ordway-Swisher Biological Station
#'
#' Data collected in 2016 during an EAGER-NEON funded field campaign.
#'
#' @docType data
#'
#' @usage data(red_pine)
#'
#' @format A three-column .csv file with an index, return_distance(m), and intensity from PCL
#'
#' @keywords datasets
#'
#' @references Atkins, JW, RT Fahey, BH Hardiman, CM Gough (2018) Forest structural complexity
#'  predicts canopy light absorption at sub-continental scales. In JGR-Biogeosciences
#'
#' @references Atkins, Jeff (2017): Canopy Structural Complexity Metrics from Terrestrial LiDAR
#'  and Light Data from 11 Eastern US Forests. figshare.
#'
#' @source \href{https://doi.org/10.6084/m9.figshare.5540485.v1} {Figshare}
#'
#' @examples
#' data(red_pine)
#' head(red_pine)
#' \donttest{
#' process_pcl(red_pine, marker.spacing = 10, user_height = 1, save_output = FALSE)

Try the forestr package in your browser

Any scripts or data that you put into this service are public.

forestr documentation built on April 17, 2020, 1:26 a.m.