hist_boundaries: Historical boundaries

View source: R/hist_boundaries.R

hist_boundariesR Documentation

Historical boundaries

Description

Deprecated. Use 'get_boundaries'. Get Swedish administrative boundaries of parishes or counties for a specified year 1634-1990.

Usage

hist_boundaries(
  date,
  type = c("parish", "county", "town"),
  format = c("sp", "df", "meta")
)

Arguments

date

a date, a year or a vector with date/year range

type

type of unit, "parish", "county" or "town"

format

format of return object, "df" for data.frame, "sp" for SpatialPolygonsDataFrame and "meta" for only meta-data.

Examples

library(sf)
map <- hist_boundaries(1900, "county")
plot(st_geometry(map))



junkka/histmaps documentation built on Nov. 11, 2023, 2:11 a.m.