powered by
NOTE: This function requires orca to be installed
save_plotly(p, file, width = NULL, height = NULL, ...)
plotly object. The plot to be saved
String. The name of the figure file, with the extension of the required file-format
Optional. Width of the figure
Optional. Height of the figure
Additional arguments for orca
if (FALSE) { p <- Plot.RT.Single_Func(dsl[1]) save_plotly(p, 'example_file.png') }
Run the code above in your browser using DataLab