R/data.R

#' Example data set
#'
#' The data set contains an exemplary tree population within a 500 x 500 observation
#' window. Each indiviual tree is described by its x- and y-coordinate, tree species,
#' type, and diameter at breast height (DBH)
#'
#' @format A tibble with 1,340 rows and 5 variables:
#'
#' x: x coordinate
#'
#' y: y coordinate
#'
#' Class: type (e.g. "Adult")
#'
#' bhd: diameter at breast height
"example_input_data"
mhesselbarth/rabmp documentation built on Nov. 24, 2021, 10:30 p.m.