adk_lake_shapes {adklakedata}R Documentation

Return path to Lake Polygons Shapefile

Description

Returns the path to the shapefile for the study Lake polygons. The source is a locally stored shapefile that can be used for mapping and analysis.

Usage

adk_lake_shapes()

Examples

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')


[Package adklakedata version 0.6.1 Index]