View source: R/draw_composition_heatmap.R
draw_composition_heatmap | R Documentation |
Function creating heatmap showing the composition of a test.
draw_composition_heatmap(
composition,
cat1,
cat2,
categorical_values1,
categorical_values2
)
composition |
Tibble. Table showing the composition of a test. |
cat1 |
Character. First dimension selected. |
cat2 |
Character. Second dimension selected. |
categorical_values1 |
Tibble. Categories associated to the first dimension selected. |
categorical_values2 |
Tibble. Categories associated to the second dimension selected. |
A ggplot object ready for rendering.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.