Description Usage Arguments Author(s) See Also Examples
A non-heat map approach to visualizing a water temperature profile useful for identify temperature trends over time at discrete depths and diagnosing issues with data.
1  | wtr.lineseries(wtr, ylab = "Temperature C", ...)
 | 
wtr | 
 Data frame of water temperature loaded with   | 
ylab | 
 y axis title  | 
... | 
 Additional parameters supplied to the plot function  | 
Taylor Leach, Luke Winslow
 See
load.ts and 
wtr.heat.map
1 2 3 4 5 6  | exampleFilePath <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
wtr= load.ts(exampleFilePath)
## Not run: 
wtr.lineseries(wtr, ylab = "Temperature C")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.