draw_composition_heatmap.RdFunction creating heatmap showing the composition of a test.
draw_composition_heatmap(
composition,
cat1,
cat2,
categorical_values1,
categorical_values2
)Tibble. Table showing the composition of a test.
Character. First dimension selected.
Character. Second dimension selected.
Tibble. Categories associated to the first dimension selected.
Tibble. Categories associated to the second dimension selected.
A ggplot object ready for rendering.