inst/examples/ex-plot_heatmap.R

## Data from Conkey 1980, Kintigh 1989
data("cantabria")

## Plot raw data
plot_heatmap(cantabria)

## Plot conditional proportions
plot_heatmap(cantabria, freq = TRUE, margin = 1)
plot_heatmap(cantabria, freq = TRUE, margin = 2)
tesselle/tabula documentation built on March 4, 2024, 4:41 a.m.