export_plot | R Documentation |
Export 'object_plot' to jpeg file under the name 'file_name' in the directory 'path_out'
export_plot(object_plot, path_out, file_name)
object_plot |
Object plot to export (like ggplot2) |
path_out |
path directory to export the output, if it has a value the plot is saved, if the directory doesn't existis it will try to create it. To save in current directory path must be dot: "." |
file_name |
output file name |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.