Rdocumentation
powered by
Learn R Programming
plotly (version 2.0.2)
style: Modify trace(s)
Description
Modify trace(s) of an existing plotly visualization. Useful when used in conjunction with
get_figure
()
.
Usage
style(p = last_plot(), ..., traces = 1, evaluate = FALSE)
Arguments
p
A plotly visualization.
...
Visual properties.
traces
numeric vector. Which traces should be modified?
evaluate
logical. Evaluate arguments when this function is called?
See Also
get_figure
()