Description Usage Arguments See Also Examples
A line based plot of calculated depths of the thermocline, and top and bottom of the metalimnion from a temperature profile time series.
1 | wtr.plot.temp(wtr, ...)
|
wtr |
Data frame of water temperature loaded with
|
... |
Additional paramters supplied to |
1 2 3 4 5 6 7 8 9 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.