save_plotly: Save plotly figure in multiple format

View source: R/plot.R

save_plotlyR 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)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.