ESRP_Boundary: Outlines of the ESRP and Buttes

Description Usage Format Source Examples

Description

An outline of the generalized boundary of the eastern Snake River Plain (ESRP), East Butte, Middle Butte, and Big Southern Butte.

Usage

1

Format

An object of SpatialPolygonsDataFrame-class containing 4 Polygons. Three of the polygons represent buttes and are set as holes in the much larger aquifer polygon. Geographic coordinates are in units of decimal degrees, and in conformance with the North American Datum of 1983 (NAD 83).

Source

Idaho Department of Water Resources (IDWR).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
data(ESRP_Boundary)
plot(ESRP_Boundary)
summary(ESRP_Boundary)

# Commands used to construct this data object:
dsn <- system.file("extdata/ESRP_Boundary", package = "ObsNetwork")
obj <- readOGR(dsn = dsn, layer = basename(dsn))
identical(obj, ESRP_Boundary)

# Polygon slots
p <- sapply(slot(obj, "polygons"), function(i) slot(i, "Polygons"))

# Generalized boundary of the ESRP aquifer
plot(SpatialPolygons(list(Polygons(list(p[[1]]), 1))))

# Generalized boundary of the East Butte
plot(SpatialPolygons(list(Polygons(list(p[[2]]), 1))), add = TRUE)

# Generalized boundary of the Middle Butte
plot(SpatialPolygons(list(Polygons(list(p[[3]]), 1))), add = TRUE)

# Generalized boundary of the Big Southern Butte
plot(SpatialPolygons(list(Polygons(list(p[[4]]), 1))), add = TRUE)

jfisher-usgs/ObsNetwork documentation built on Jan. 3, 2020, 4:35 p.m.