Description Usage Format Source See Also Examples
Canal seepage as a fraction of diversions for irrigation entities in the Wood River Valley.
1 |
An object of class data.frame with 19 records and the following variables:
name of the irrigation entity served by the canal system.
estimated canal seepage as a fraction of diversions.
Idaho Department of Water Resources, accessed on November 4, 2015
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.