R/data.R

#' Data from SCBI.
#'
#' * `scbi_tree1` and `scbi_species` are complete tree and species tables from
#' SCBI.
#' * `scbi_stem_tiny_shrub` and `scbi_stem_tiny_tree` are small example datasets
#' containing exclusively shrubs and trees.
#'
#' @name scbi
#'
#' @source http://bit.ly/scbi-forestgeo-data
#' @format Objects of class tbl_df (inherit from tbl, data.frame). See structure
#'   in __Examples__.
#'
#' @family census datasets
#'
#' @examples
#' str(scbi_tree1)
#'
#' str(scbi_stem_tiny_shrub)
#'
#' str(scbi_stem_tiny_tree)
#'
#' str(scbi_species)
NULL

#' @rdname scbi
"scbi_tree1"
#' @rdname scbi
"scbi_species"
#' @rdname scbi
"scbi_stem_tiny_shrub"
#' @rdname scbi
"scbi_stem_tiny_tree"
forestgeo/fgeo.biomass documentation built on June 8, 2019, 10:47 p.m.