Learn R Programming

EcoHydRology (version 0.4.12.1)

OwascoInlet: Owasco Inlet data

Description

Streamflow and temperature data for Owasco Inlet from USGS and NRCC

Usage

data(OwascoInlet)

Arguments

Format

A data frame with 888 observations on the following 6 variables.

date

a Date

P_mm

a numeric vector

Streamflow_m3s

a numeric vector

baseflow_m3s

a numeric vector

Tmax_C

a numeric vector

Tmin_C

a numeric vector

References

Data taken from USGS (www.usgs.gov) and NRCC (http://www.nrcc.cornell.edu)

Examples

Run this code
# NOT RUN {
data(OwascoInlet)
## maybe str(OwascoInlet) ; plot(OwascoInlet) ...
# }

Run the code above in your browser using DataLab