plotTimeseries.year: Plot interpolate heatmap of single year

View source: R/plotTimeseries.R

plotTimeseries.yearR Documentation

Plot interpolate heatmap of single year

Description

Plot interpolate heatmap of single year

Usage

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

Arguments

df.interpolated

dataframe of weekly interpolated data. Output of weeklyInterpolate()

observations

To plot observed data, provide a dataframe of observed data. Output of weeklyInterpolate(). If NULL (default) no points plotted

var

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

chooseYear

year of interest

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.