wtr.plot.temp {rLakeAnalyzer} | R Documentation |
Creates a time series plot of the thermocline and top and bottom of the metalimnion
Description
A line based plot of calculated depths of the thermocline, and top and bottom of the metalimnion from a temperature profile time series.
Usage
wtr.plot.temp(wtr, ...)
Arguments
wtr |
Data frame of water temperature loaded with
|
... |
Additional paramters supplied to |
See Also
Examples
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)
[Package rLakeAnalyzer version 1.11.4.1 Index]