Skip to contents

Produces a heatmap with the proportions used to calculate ADI for a day of data. The current version supports only data frames describing stereo files with a duty cycle of 1 on; 9 off.

Usage

adi_heatmap(df, plot.title = "")

Arguments

df

A data frame with ADI data for 1 day

plot.title

Character; a title for the plot

Value

A heatmap plot created with ggplot2.

Examples

adi_heatap(adi20230903, "ADI proportions")
#> Error in adi_heatap(adi20230903, "ADI proportions"): could not find function "adi_heatap"