View source: R/clus_explorer_utils_reports.R
chart_heatmap | R Documentation |
Function that returns ggplot heatmap chart
chart_heatmap( data, x, y, z, legend_position = "right", title = "", subtitle = "", caption = "", n.dodge = NULL, check.overlap = FALSE )
data |
Data to be plotted |
x |
X coordinate |
y |
Y coordinate |
z |
Z coordinate |
legend_position |
Legend position ('top', 'right', 'bottom', 'left') |
title |
Chart title |
subtitle |
Chart subtitle |
caption |
Chart caption |
n.dodge |
Dodge parameter |
check.overlap |
Whether to check for overlapping labels |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.