View source: R/plot_density_helpers.R
gg_highlightDiagonals | R Documentation |
Internal helper function to highlight diagonals in a density matrix. The function takes an existing ggplot object, adds the diagonal highlighting and returns the edited ggplot object again.
gg_highlightDiagonals(gg, dat, dat_highlightDiagonals)
gg |
Existing ggplot object to which the diagonal highlighting should be added. |
dat |
Dataset with columns |
dat_highlightDiagonals |
Dataset created by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.