View source: R/plotTimeseries.R
plotTimeseries.year | R Documentation |
Plot interpolate heatmap of single year
plotTimeseries.year(
df.interpolated,
observations = NULL,
var,
chooseYear,
binsize = NULL,
legend.title = NULL,
saveFig = FALSE
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.