Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

wtr.heatmap.layers

Plots water temperature heatmap with major limnetic layers indicated


Description

This creates a heat map of water temperature similar to wtr.heat.map with additional lines drawn to denote the thermocline, and the top and bottom of the metalimnion as calculated using ts.meta.depths and thermo.depth.

Usage

wtr.heatmap.layers(wtr, ...)

Arguments

wtr

Data frame of water temperature loaded with load.ts.

...

Additional parameters supplied to filled.contour to modify defaults. Common examples include zlim and plot.title.

Note

This plot cannot be used in customized multi-panel figures usinglayout as layout is already used in the filled.contour plotting function.

See Also

Examples

#Get the path for the package example file included 
  wtr.path <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")

  #Load data for example lake, Sparkilng Lake, Wisconsin.
  wtr = load.ts(wtr.path)
  
  # generate default plot
  ## Not run: 
  wtr.heatmap.layers(wtr)
  
## End(Not run)

rLakeAnalyzer

Lake Physics Tools

v1.11.4.1
GPL (>= 2)
Authors
Luke Winslow, Jordan Read, Richard Woolway, Jennifer Brentrup, Taylor Leach, Jake Zwart, Sam Albers, Doug Collinge
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.