create_subtitle_for_ggplot | R Documentation |
Creating subtitle for ggplot2
create_subtitle_for_ggplot(
probs_names,
color_values = c("#5BC0BE", "#FC8D62", "#8DA0CB", "#E78AC3", "#A4243B")
)
probs_names |
the names of the probs |
color_values |
color palette |
## Not run:
create_subtitle_for_ggplot(
probs_names = c(
"First Model", "Second Model", "Third Model"
)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.