export_plot: Export plot to jpeg file

View source: R/common_lib.R

export_plotR Documentation

Export plot to jpeg file

Description

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

Usage

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 May 29, 2024, 3:24 a.m.