OwascoInlet {EcoHydRology} | R Documentation |
Streamflow and temperature data for Owasco Inlet from USGS and NRCC
data(OwascoInlet)
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
http://www.usgs.gov/ http://www.nrcc.cornell.edu/
Data taken from USGS (www.usgs.gov) and NRCC (http://www.nrcc.cornell.edu)
data(OwascoInlet) ## maybe str(OwascoInlet) ; plot(OwascoInlet) ...