R/data.R

#' Example `sf` data set
#'
#' example dataset
#'
#' @docType data
#'
#' @usage data('locations_example')
#'
#' @format An object of class `sf`
#'
#' @keywords datasets
#'
#' @examples
#' data("locations_example")
#' head(locations_example)
"locations_example"

#' Example raster data set
#'
#' example dataset
#'
#' @docType data
#'
#' @usage data('raster_example')
#'
#' @format An object of class `matrix`
#'
#' @keywords datasets
#'
#' @examples
#' data("raster_example")
#' head(raster_example)
"raster_example"

Try the geoprofiler package in your browser

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

geoprofiler documentation built on April 11, 2025, 5:41 p.m.