wtr.heat.map: Plots a heat-map of water temperature.

Description Usage Arguments Author(s) See Also Examples

Description

This creates a simple, default heatmap of water temperature.

Usage

1

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.

Author(s)

Jennifer Brentrup, Luke Winslow

See Also

load.ts

Examples

 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)")

clairervh/GLEON documentation built on May 12, 2019, 2:04 p.m.