Description Usage Arguments See Also Examples
This creates a simple, default heatmap of water temperature.
1 | wtr.heat.map(wtr, ...)
|
wtr |
Data frame of water temperature loaded with
|
... |
Additional parameters supplied to |
1 2 3 4 5 6 7 8 9 10 11 | #Get the path for the package example file included
wtr.path <- system.file('extdata', 'Sparkling.daily.wtr', package="rLakeAnalyzer")
#Load data for example lake, Sparkilng Lake, Wisconsin.
sp.wtr = load.ts(wtr.path)
#Plot default figure
wtr.heat.map(sp.wtr)
#Change defaults supplied to filled.contour
wtr.heat.map(sp.wtr, zlim=c(0,15), plot.title="Sparkling Water Temp (C)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.