Deprecated in version 2.0 (offline plots are now the default)
offline(p, height, width, out_dir, open_browser)
a plotly object of class "offline"
a plotly object
A valid CSS unit. (like "100\ which will be coerced to a string and have "px" appended.
A valid CSS unit. (like "100\ which will be coerced to a string and have "px" appended.
a directory to place the visualization.
If NULL
, a temporary directory is used when the offline object is printed.
open the visualization after creating it?
Carson Sievert