Description Usage Arguments Value
This function creates a plotly object with the heatmap of the timeseries data.frame.
1 2 3 4 5 6 7 8 9 10 11 12 |
data |
a data.frame with at least one column of POSIXct values. |
data_colname |
column name of the column with values to be plotted of the data.frame |
tzone |
give the timezone format to be used. default = "UTC" |
datetime_colname |
column name of the column with POSIXct values of the data.frame |
z_limits |
a vector of two numeric |
x_label |
x axis label of the plot |
y_label |
y axis label of the plot |
LegendTitle |
legend title of the plot |
na.value.col |
a color value for all na values in the heatmap |
a heatmap of the timeseries data as plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.