flow_rates: River Flow Data.

Description Usage Format Source Examples

Description

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

Usage

1

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

1
2
3
4
5
6
7
8
9
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"))

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.