create_subtitle_for_ggplot: Creating subtitle for ggplot2

create_subtitle_for_ggplotR Documentation

Creating subtitle for ggplot2

Description

Creating subtitle for ggplot2

Usage

create_subtitle_for_ggplot(
  probs_names,
  color_values = c("#5BC0BE", "#FC8D62", "#8DA0CB", "#E78AC3", "#A4243B")
)

Arguments

probs_names

the names of the probs

color_values

color palette

Examples

## Not run: 
create_subtitle_for_ggplot(
  probs_names = c(
    "First Model", "Second Model", "Third Model"
  )
)

## End(Not run)

uriahf/rtichoke documentation built on Nov. 22, 2023, 1:30 a.m.