View source: R/vizualizations.R
Viz 02 Correlation Heatmap
1 2 3 4 5 6 | viz_02_correlation_heatmap(
year,
country,
fontsize = 16,
vars = c("Poverty Ratio", "Health Expenditure", "Drinking Water", "Sanitation")
)
|
year |
numeric. |
country |
char vector. |
fontsize |
numeric. |
vars |
vars to be showed on correlation heatmap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.