canal.seep: Canal Seepage

Description Usage Format Source See Also Examples

Description

Canal seepage as a fraction of diversions for irrigation entities in the Wood River Valley.

Usage

1

Format

An object of class data.frame with 19 records and the following variables:

EntityName

name of the irrigation entity served by the canal system.

SeepFrac

estimated canal seepage as a fraction of diversions.

Source

Idaho Department of Water Resources, accessed on November 4, 2015

See Also

canals

Examples

1
2
3
4
5
6
7
8
str(canal.seep)

d <- canal.seep[order(canal.seep$SeepFrac, decreasing=TRUE), ]
par(mar = c(4.1, 8.1, 0.1, 0.6))
barplot(d$SeepFrac, names.arg = d$EntityName, horiz = TRUE, cex.names = 0.7,
        cex.axis = 0.7, cex.lab = 0.7, las = 1, xlab = "Seepage fraction")

graphics.off()

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