Adds default ggla style to a plotly plot

ggla_plotly_style(plot, gla_theme = "default", base_size = 14, ...)

Arguments

plot

A plotly plot, created either using plot_ly or ggplotly.

gla_theme

Either "default" or "inverse", Default: 'default'

base_size

base font size, Default: 14

...

Other parameters passed to plotly::style

Value

A plotly plot

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }