adk_shape: Return path to Adirondack Park Shapefile

Description Usage Examples

View source: R/adk_lake_shapes.R

Description

Returns the path to the shapefile for the Adirondack Park outline (The "Blue Line"). Returns the path to a locally stored shapefile that can be used for mapping and analysis.

Usage

1

Examples

1
2
3
4
5
library(sf)
bl = read_sf(adklakedata::adk_shape())
lakes = read_sf(adklakedata::adk_lake_shapes())
plot(st_geometry(bl))
plot(st_geometry(lakes), add=TRUE, col='blue')

adklakedata documentation built on May 1, 2019, 7:29 p.m.