Creates a time series plot of the thermocline and top and bottom of the metalimnion
A line based plot of calculated depths of the thermocline, and top and bottom of the metalimnion from a temperature profile time series.
wtr.plot.temp(wtr, ...)
wtr |
Data frame of water temperature loaded with
|
... |
Additional paramters supplied to |
wtr.path <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
#Load data for example lake, Sparkilng Lake, Wisconsin.
wtr = load.ts(wtr.path)
## Not run:
wtr.plot.temp(wtr)
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.