R/datasets.R

#' world country polygons from Natural Earth
#'
#' at 1:110m scale (small). Other data and resolutions are in the packages
#' rnaturalearthdata and rnaturalearthhires.
#'
#' @format A \code{SpatialPolygonsDataFrame}
#'
#' @slot data A data frame with country attributes
#'
#' @aliases countries110
#'
#' @name countries
NULL
#'
#' @source
#' \url{https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/ne_10m_admin_0_countries.zip}
#'
#' @rdname countries
"countries110"
#'
#' list of cultural layers available from Natural Earth
#'
#' @format A \code{DataFrame}
#' @aliases df_layers_cultural
#' @name df_layers_cultural
#'
NULL

#' @rdname df_layers_cultural
"df_layers_cultural"

#' list of physical layers available from Natural Earth
#'
#'
#' @format A \code{DataFrame}
#' @aliases df_layers_physical
#' @name df_layers_physical
#'
NULL

#' @rdname df_layers_physical
"df_layers_physical"

Try the rnaturalearth package in your browser

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

rnaturalearth documentation built on Aug. 21, 2023, 5:12 p.m.