plotTimeseries: Plot interpolate heatmap of entire timeseries

View source: R/plotTimeseries.R

plotTimeseriesR Documentation

Plot interpolate heatmap of entire timeseries

Description

Plot interpolate heatmap of entire timeseries

Usage

plotTimeseries(
  df.interpolated,
  var,
  binsize = NULL,
  legend.title = NULL,
  saveFig = FALSE
)

Arguments

df.interpolated

dataframe of weekly interpolated data. Output of weeklyInterpolate()

var

Variable of interest. Use availableVars() to see available variables.

binsize

Size of legend bins. Defaults to 1/20th of maximum value.

legend.title

Choice to specify legend title

saveFig

If TRUE, saves a png to the working directory (default = FALSE)


hdugan/NTLlakeloads documentation built on June 16, 2024, 6:59 p.m.