export_plot: Export plot to jpeg file

Description Usage Arguments Value

View source: R/common_lib.R

Description

Export 'object_plot' to jpeg file under the name 'file_name' in the directory 'path_out'

Usage

1
export_plot(object_plot, path_out, file_name)

Arguments

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

Value

none


funModeling documentation built on July 1, 2020, 5:40 p.m.