OwascoInlet {EcoHydRology}R Documentation

Owasco Inlet data

Description

Streamflow and temperature data for Owasco Inlet from USGS and NRCC

Usage

data(OwascoInlet)

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

Source

http://www.usgs.gov/ http://www.nrcc.cornell.edu/

References

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

Examples

data(OwascoInlet)
## maybe str(OwascoInlet) ; plot(OwascoInlet) ...

[Package EcoHydRology version 0.4.13 Index]