haulRoad: A line file for the haul road through Cape Krusenstern...

haulRoadR Documentation

A line file for the haul road through Cape Krusenstern National Monument, Alaska, USA

Description

A line file for the haul road through Cape Krusenstern National Monument, Alaska, USA, with object type sf.

Usage

data(haulRoad)

Format

A sf object. The projection is in Alaska Albers, EPSG:3338.

Source

Shapefile provided by Peter Neitlich of the National Park Service. The file was developed for the publication below.

Imported to R with the rgdal package as a SpatialLines object from package sp. The code that creates the data file from the raw data can be found at system.file("raw data/mossHeavyMetals/create_haulRoad.R",package = "ZVHdata"). It was subsequently converted to sf using st_as_sf function.

References

Neitlich, P.N., Ver Hoef, J.M., Berryman, S. D., Mines, A., Geiser, L.H., Hasselbach, L.M., and Shiel, A. E. 2017. Trends in Spatial Patterns of Heavy Metal Deposition on National Park Service Lands Along the Red Dog Mine Haul Road, Alaska, 2001-2006. PLOS ONE 12(5):e0177936 DOI:10.1371/journal.pone.0177936 (link to: Trends in Spatial Patterns of Heavy Metal Deposition on National Park Service Lands Along the Red Dog Mine Haul Road, Alaska, 2001-2006.)

Examples

data(CAKRboundary)
library(sf)
data(haulRoad)
plot(CAKRboundary)
plot(haulRoad, add = TRUE, lwd = 2, col = 'red')

jayverhoef/ZVHdata documentation built on Oct. 22, 2022, 8:35 p.m.