updated docs
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-31 14:37:28 +02:00
commit f73af16ae1
No known key found for this signature in database
10 changed files with 69 additions and 17 deletions

View file

@ -52,8 +52,7 @@ gg_theme_shiny <- function(){
legend.title = ggplot2::element_text(size = 18),
legend.text = ggplot2::element_text(size = 14),
plot.title = ggplot2::element_text(size = 24),
plot.subtitle = ggplot2::element_text(size = 18),
legend.position = "none"
plot.subtitle = ggplot2::element_text(size = 18)
)
}