design_PLOT: design_PLOT

Description Usage Arguments Details Value Author(s)

View source: R/utils.R

Description

Visualize a plot in a plotly format.

Usage

1
2
3
4
5
6
design_PLOT(
  plot,
  font_size = "italic",
  axis_color = "white",
  axis_line_color = "red"
)

Arguments

plot

defined ggplot plot

font_size

letter type of axis and title

axis_color

color of axis

axis_line_color

color of line axis

Details

This function allows you to transform your plot into plotly format (beautiful design).

Value

A plot in plotly format.

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.