flow_rates: River Flow Data.

flow_ratesR Documentation

River Flow Data.

Description

We consider data on river flow rates collected by volunteers of the Pierce Conservation District.

Usage

flow_rates

Format

A data frame with 31 rows and 3 variables.

site

Location where measurments were taken.

date

Date measurements were taken.

flow

Flow rate of the river in cubic feet per second.

Source

Pierce County Water Data Viewer

Examples

boxplot(flow~site, data = flow_rates, main="River Flow Rates",
  xlab = "Site", ylab = expression(paste("Flow (ft"^3*"/s)")))

plot(flow_rates$date, flow_rates$flow, col = as.factor(flow_rates$site),
  main = "Flow Rates Over Time", xlab = "Date",
  ylab = expression(paste("Flow (ft"^3*"/s)")))
legend("topright", title = "Site",
  legend = c("Wildwood Creek Spring", "Silver Creek",
  "Clarks Creek", "Leach Creek"), fill = c("Blue","Green","Black","Red"))


npaterno/data_hunter documentation built on July 22, 2022, 10:20 a.m.