R/example_datasets.R

#' Example datasets
#'
#' HYDE 3.2 land use and population data in stars format, cropped to an area in
#' the Eastern Mediterranean.
#'
#' @docType data
#'
#' @examples
#' data(hyde_med)
#' plot(hyde_med)
"hyde_med"
#' Example datasets
#'
#' HYDE 3.2 fixed input data in stars format, cropped to an area in
#' the Eastern Mediterranean.
#'
#' @docType data
#'
#' @examples
#' data(inputs_med)
#' plot(inputs_med)
"inputs_med"
#' Example datasets
#'
#' Anthromes classification for the Eastern Mediterranean, generated using
#'  anthrome_classify() on hyde_med and inputs_med.
#'
#' @docType data
#'
#' @examples
#' data(inputs_med)
#' plot(inputs_med)
"anthromes_med"
#' Example datasets
#'
#' Equal-area hexagonal discrete global grid system polygons, cropped to an area in
#' the Eastern Mediterranean.
#'
#' @docType data
#'
#' @examples
#' data(dgg_med)
#' plot(dgg_med)
"dgg_med"
nick-gauthier/anthromes-12k documentation built on June 26, 2022, 3:21 p.m.