save_plots: Save fcoex object plots

Description Usage Arguments Value Examples

Description

Save plots into the directory specified by the directory argument.

Usage

1
2
3
4
5
save_plots(fc, name, force = FALSE, directory = "./Plots")

## S4 method for signature 'fcoex'
save_plots(fc, name, force = FALSE,
  directory = "./Plots")

Arguments

fc

Object of class fcoex.

name

The name of the file to be saved.

force

If the directory exists, execution will not stop.

directory

Directory into which the files will be saved.

Value

A pdf file or files with the desired plot(s)

Examples

1
2
data(fc)
save_plots(fc, name = "Example")

lubianat/fcoex documentation built on Aug. 6, 2020, 3:39 a.m.