R/data.R

#' @title Large polygons geospatial layer.
#'
#' @description Toy dataset of polygon data.
#'
#' @format A geospatial file of three polygons georeferenced in wgs84.
#'
#' @source Own dataset.
"pol_large"

#' @title Small polygons geospatial layer.
#'
#' @description Toy dataset of polygon data.
#'
#' @format A geospatial file of eight polygons georeferenced in wgs84.
#'
#' @source Own dataset.
"pol_small"

#' @title Line geospatial layer.
#'
#' @description Toy dataset of line data.
#'
#' @format A geospatial file of six lines georeferenced in wgs84.
#'
#' @source Own dataset.
"lines"

#' @title Point geospatial layer.
#'
#' @description Toy dataset of point data.
#'
#' @format A geospatial file of ten points georeferenced in wgs84.
#'
#' @source Own dataset.
"points"
patnik/extRatum documentation built on Feb. 12, 2021, 3:51 a.m.