Aliases: plotly_IMAGE
Keywords:
### ** Examples ## Not run: ##D p <- plot_ly(x = 1:10) ##D Png <- plotly_IMAGE(p, out_file = "plotly-test-image.png") ##D Jpeg <- plotly_IMAGE(p, format = "jpeg", out_file = "plotly-test-image.jpeg") ##D Svg <- plotly_IMAGE(p, format = "svg", out_file = "plotly-test-image.svg") ##D Pdf <- plotly_IMAGE(p, format = "pdf", out_file = "plotly-test-image.pdf") ## End(Not run)