haulRoad | R Documentation |
A line file for the haul road through Cape Krusenstern National Monument, Alaska, USA, with object type sf
.
data(haulRoad)
A sf
object. The projection is in Alaska Albers, EPSG:3338.
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.
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.)
data(CAKRboundary) library(sf) data(haulRoad) plot(CAKRboundary) plot(haulRoad, add = TRUE, lwd = 2, col = 'red')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.