export_plot.Rd
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