heatmap_plotly: Plot heatmap with plotly.

Description Usage Arguments Details Value Examples

View source: R/plot_aggregates.R

Description

heatmap_plotly plots heatmap with plotly.

Usage

1
heatmap_plotly(df, x, y, z)

Arguments

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.

Details

This is a function to plot heatmap using plotly package. Sensible defaults are supplied to make the plot better conform with desired appearance.

Value

A plotly object of heatmap type.

Examples

1
2
3
4
## Not run: 
heatmap_plotly(df, "x_column", "y_column", "z_column")

## End(Not run)

xiangnandang/rsubplotly documentation built on May 6, 2020, 12:37 a.m.