alluvium.thickness: Thickness of the Quaternary Sediment

Description Usage Format Source References Examples

Description

Estimated thickness of the Quaternary sediment in the Wood River Valley aquifer system.

Usage

1

Format

An object of RasterLayer class. Each cell on the surface grid represents a depth measured from land surface in meters. 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). The spatial grid is composed of 565 rows and 429 columns, and has cell sizes that are constant at 100 meters by 100 meters.

Source

Revised version of Plate 1 in Bartolino and Adkins (2012).

References

Bartolino, J.R., and Adkins, C.B., 2012, Hydrogeologic framework of the Wood River Valley aquifer system, south-central Idaho: U.S. Geological Survey Scientific Investigations Report 2012-5053, 46 p., available at https://pubs.usgs.gov/sir/2012/5053/.

Examples

1
2
3
4
col <- rainbow(255, start = 0.0, end = 0.8)
raster::image(alluvium.thickness, col = col, asp = 1, axes = FALSE,
              xlab = "", ylab = "")
summary(alluvium.thickness)

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