R/load_shape.R

Defines functions load_shapeaustria

Documented in load_shapeaustria

#' Loading the Shape File for Austrian Districts
#'
#' The function simplifies to load the shape file for austrian districts.
#'
#' @return A shape file of class \code{SpatialPolygonsDataFrame}.
#' @details The shape file contains the borders of Austrian districts. Thus, it
#' can be used for the visualization of estimation results for Austrian
#' districts.
#' @export

load_shapeaustria <- function() {
  load(system.file("shapes/shape_austria_dis.rda", package = "povmap"),
    envir = .GlobalEnv
  )
}

Try the povmap package in your browser

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

povmap documentation built on May 29, 2024, 7:05 a.m.