Nothing
############################################################################
# Plotting.
############################################################################
# Inner function for setting the position of the legend for 1d envelope plots
#' @importFrom ggplot2 theme
#' @importFrom ggplot2 element_blank
set_envelope_legend_position <- function() {
theme(legend.position = 'bottom', legend.key.height = grid::unit(0, "inches"))
}
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.