Nothing
#' Default surveil plot theme
#' @noRd
#' @import ggplot2
theme_surveil <- function(base_size, ...) {
theme_classic(base_size = base_size) +
theme(
legend.position = "bottom",
panel.grid.major.x = element_blank(),
panel.grid.minor.x = element_blank(),
panel.grid.minor.y = element_line(),
panel.grid.major.y = element_line(),
...
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.