R/data_help_files.R

#' Statistics for each country in the world
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name worldstats
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(worldstats)
NULL

#' Polygons for the countries of the world
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name world
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(world)
NULL

#' Locations of hills in the UK
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name ukhills
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(ukhills)
NULL

#' Location of hills in the UK
#'
#' Locations of the largest hill in each region of the UK.
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name ukhills_big
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(ukhills_big)
NULL

#' Polygons for the regions of the UK
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name ukgeom
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(ukgeom)
NULL

#' Data for the regions of the UK
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name ukdata
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(ukdata)
NULL

#' Polygons for the regions of New Zealand
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name nz
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(nz)
NULL

#' Elevation data for New Zealand stored as raster
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name nz_elev
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(nz_elev)
NULL

#' Polygons for the regions of New Zealand, excluding Canterbury
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name nz_missing
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(nz_missing)
NULL

#' Polygon for the Canterbury region of New Zealand
#'
#' See vignette("reading", package = "jrSpatial") for
#' source
#'
#'@name canterbury
#'@docType data
#'@return A tibble or data frame.
#'@keywords datasets
#'@examples
#' data(canterbury)
NULL

#' Locations of meth lab busts in the US
#' @name meth
#' @docType data
#' @return A tibble or data frame.
#' @keywords datasets
#' @examples
#' data(meth)
NULL

#' Latitude and Longitude for the seven wonders of the modern world
#' @name wonders
#' @docType data
#' @return A tibble or data frame.
#' @keywords datasets
#' @examples
#' data(wonders)
NULL
jr-packages/jrSpatial documentation built on Sept. 23, 2020, 2:31 p.m.