R/ggsano.R

#' ggsano: A package that implements the Sciensano house style in R
#'
#' The ggsano package currently provides three categories of important functions:
#' sciensano_style, sciensano_colours and sciensano_templates.
#'
#' @section sciensano_style functions:
#' The sciensano_style functions can handle a ggplot2-object and recompile it
#' according to the Sciensano house style.
#'
#' @section sciensano_colours functions:
#' The sciensano_colours functions return the Sciensano house style colours in
#' HEX format ('#XXXXXX'). Both discrete and continuous scales are available.
#'
#' @section sciensano_templates:
#' TBD.
#'
#' @docType package
#' @name ggsano
NULL
#> NULL
sciensanogit/ggsano documentation built on April 14, 2022, 8:57 p.m.