Nothing
rotate_x <- function() {
ggplot2::theme(
axis.text.x = ggplot2::element_text(angle = 45, hjust = 1, vjust = 1)
)
}
override_alpha <- function() {
ggplot2::guides(color = ggplot2::guide_legend(override.aes = list(alpha = 1)))
}
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.