#' ggugent: A package that can be used to apply the UGent theme to ggplot graphs
#'
#' The ggugent package provides three categories of important functions:
#' scale_color_ugent, ggugent_style and finalise_plot.
#'
#' @section scale_color_ugent functions:
#' The scale_color_ugent and scale_fill_ugent functions allow to apply the official
#' UGent colour scales to ggplot2 graphs.
#'
#' @section ggugent_style function:
#' The ggugent_style function styles your ggplot2 graphs with a special UGent ggplot2 theme.
#'
#' @section finalise_plot function:
#' The finalise_plot saves your plot and adds the UGent logo to your graph.
#'
#' @docType package
#' @name ggugent
NULL
#> NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.