Description Usage Arguments Details Value Author(s)
Visualize a plot in a plotly format.
1 2 3 4 5 6 | design_PLOT(
plot,
font_size = "italic",
axis_color = "white",
axis_line_color = "red"
)
|
plot |
defined ggplot plot |
font_size |
letter type of axis and title |
axis_color |
color of axis |
axis_line_color |
color of line axis |
This function allows you to transform your plot into plotly format (beautiful design).
A plot in plotly format.
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.