View source: R/heat_multi_hist.R
heat_multi_hist | R Documentation |
A grouped histogram multi plot.
heat_multi_hist(y, ID, data, weights = 1, breaks = 50)
y |
A character vector of the variable names to be plotted (first variable listed is how the data gets ordered). |
ID |
A character or factor vector to be used as a grouping variable. |
data |
A dataframe containing the variables to be plotted |
weights |
A numeric vector giving the weights. |
breaks |
How many breaks to use. |
data(madagascar_malaria)
heat_multi_hist(c("Elevation","EVI","LSTmean"), madagascar_malaria$ID, data=madagascar_malaria)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.