Create a Named Figure Set
Examples
if (requireNamespace("ggplot2", quietly = TRUE)) {
p <- ggplot2::ggplot(data.frame(x = 1:3, y = 1:3), ggplot2::aes(x, y)) +
ggplot2::geom_point()
create_figure_set(example = p)
}
#>
#> gp3bayes figure set
#> Figures: 1
#> example