heat_hist: A grouped histogram plot.

View source: R/heat_hist.R

heat_histR Documentation

A grouped histogram plot.

Description

A grouped histogram plot.

Usage

heat_hist(x, ID, weights = 1, breaks = 50)

Arguments

x

A numeric vector to be plotted as histograms.

ID

A character or factor vector to be used as a grouping variable.

weights

A numeric vector giving the weights.

breaks

How many breaks to use.

Examples

data(madagascar_malaria)
heat_hist(madagascar_malaria$EVI, madagascar_malaria$ID)

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