Apply Irish Buoys theme to ggplotly object
irishbuoys_ggplotly.RdWrapper for ggplotly that applies the standard irishbuoys theme. Useful when converting ggplot2 plots to plotly.
Examples
if (FALSE) { # \dontrun{
p <- ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
ggplot2::geom_point()
irishbuoys_ggplotly(p)
} # }