heat_multi_hist: A grouped histogram multi plot.

View source: R/heat_multi_hist.R

heat_multi_histR Documentation

A grouped histogram multi plot.

Description

A grouped histogram multi plot.

Usage

heat_multi_hist(y, ID, data, weights = 1, breaks = 50)

Arguments

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.

Examples

data(madagascar_malaria)
heat_multi_hist(c("Elevation","EVI","LSTmean"), madagascar_malaria$ID, data=madagascar_malaria)

timcdlucas/agouti documentation built on Feb. 8, 2024, 6:12 p.m.