A data frame containing attributes for rivers and streams sampled by the EPA National Rivers and Streams Assessment (NRSA) in the Western Mountains Ecoregion during 2004 and 2008-2009.
data(NRSA_2009)
A data frame with 668 rows and the following 13 columns:
site ID value.
Albers projection x-coordinate.
Albers projection y-coordinate.
survey design weight.
survey identifier, which is either WSA or NRSA.
identifier of revisit sites for the two surveys, where Y = a revisit site and N = not a revisit site.
stream size category, which is either large or small.
total nitrogen concentration.
total phosphorus concentration.
value of the benthic macroinvertebrate multimetric index (MMI).
condition class category of the total nitrogen value.
condition class category of the total phosphorus value.
condition class category of the benthic MMI value.
# NOT RUN {
data(NRSA_2009)
head(NRSA_2009)
# }
Run the code above in your browser using DataLab