themeBCR
September 5, 2023 · View on GitHub
The goal of themeBCR is to … the
Installation
You can install the development version of themeBCR from GitHub with:
# install.packages("devtools")
devtools::install_github("ClassicCK/themeBCR")
Examples
This is a basic example which shows you how to solve a common problem:
#> Warning: Vectorized input to `element_text()` is not officially supported.
#> ℹ Results may be unexpected or may change in future versions of ggplot2.
#> `geom_smooth()` using formula = 'y ~ x'
#> Warning: The `guide` argument in `scale_*()` cannot be `FALSE`. This was deprecated in
#> ggplot2 3.3.4.
#> ℹ Please use "none" instead.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.
