drains: Drain Boundaries at Stanton Crossing and Silver Creek

Description Usage Format Source Examples

Description

Polygons used to define the locations of drain boundaries in the model domain. The polygons clip the line segments along the aquifer boundary (see alluvium.extent), and model cells intersecting these clipped-line segments are defined as boundary cells.

Usage

1

Format

An object of SpatialPolygonsDataFrame class containing a set of 2 Polygons and a data.frame with the following variable:

Name

identifier for the polygon.

cond

drain conductance in square meters per day.

elev

drain threshold elevation in meters above the North American Vertical Datum of 1988 (NAVD 88).

Geographic coordinates are in units of meters, in conformance with the North American Datum of 1983 (NAD 83), and placed in the Idaho Transverse Mercator projection (IDTM).

Source

U.S. Geological Survey, accessed on March 27, 2015; a Keyhole Markup Language (KML) file created in Google Earth with polygons drawn by hand in areas of known drains.

Examples

1
2
3
4
str(drains)

sp::plot(drains, border = "red")
sp::plot(alluvium.extent, add = TRUE)

USGS-R/wrv documentation built on June 30, 2020, 11:07 p.m.