heatplot: Heatplot

Description Usage Arguments Examples

View source: R/heatplots.R

Description

Plots month by river distance symbolized by water quality variable

Usage

1
2
heatplot(df, dateField, distanceField, wqVariable, title = NULL,
  formatting = heatplot.format.default)

Arguments

df

dataframe (from Export Heatplot data csv)

dateField

field name with the data time information for the water quality point

distanceField

field name with the distance information for the water quality point

title

the title for the plot

formatting

ggplot formating options to alter plot appearance

wqVaariable

field name for the water quality variable to symbolize

Examples

1
2
## Make a heatplot
p <- heatplot(data, "date_time", "m_value", "temp", "Example Reach Temperature", heatplot.format.default)

ucd-cws/wq-heatplot documentation built on May 3, 2019, 2:19 p.m.