.saveAs {abseqR} | R Documentation |
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).
.saveAs(.save, filename, plot)
.save |
logical type. Whether or not we should save. |
filename |
string. |
plot |
ggplot object. |
nothing