save_plotly {IOHanalyzer} | R Documentation |
Save plotly figure in multiple format
Description
NOTE: This function requires orca to be installed
Usage
save_plotly(p, file, width = NULL, height = NULL, ...)
Arguments
p |
plotly object. The plot to be saved |
file |
String. The name of the figure file, with the extension of the required file-format |
width |
Optional. Width of the figure |
height |
Optional. Height of the figure |
... |
Additional arguments for orca |
Examples
## Not run:
p <- Plot.RT.Single_Func(dsl[1])
save_plotly(p, 'example_file.png')
## End(Not run)
[Package IOHanalyzer version 0.1.8.10 Index]