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