Description Usage Arguments Details Value Examples
View source: R/plot_aggregates.R
heatmap_plotly
plots heatmap with plotly.
1 | heatmap_plotly(df, x, y, z)
|
df |
A data.frame. |
x |
A character. Character of the column to be used for x axis. |
y |
A character. Character of the column to be used for y axis. |
z |
A character. Character of the column to be used for color axis. |
This is a function to plot heatmap using plotly package. Sensible defaults are supplied to make the plot better conform with desired appearance.
A plotly object of heatmap type.
1 2 3 4 | ## Not run:
heatmap_plotly(df, "x_column", "y_column", "z_column")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.