.saveAs {abseqR}R Documentation

Saves ggplot object as a Rdata file.

Description

It's a convinient function that does the check and saves at the same time, for brevity within other areas of the code (to eliminate repeated if checks).

Usage

.saveAs(.save, filename, plot)

Arguments

.save

logical type. Whether or not we should save.

filename

string.

plot

ggplot object.

Value

nothing


[Package abseqR version 1.10.0 Index]