savePlots: A Plot Saving Function

Description Usage Arguments Examples

View source: R/savePlots.R

Description

This function saves a list of plots of gene expression as .png files in a user-provided directory

Usage

1
savePlots(plot.list, gene.list, wd)

Arguments

wd

The directory to which you wish to save the images

plotList

A list of previously generated plots

geneList

A list of gene names (or other labels) to use as filenames

Examples

1
savePlots(plot.list = my_plots, gene.list = myy_enes, wd = "~/username/plots")

jr-leary7/jackknife documentation built on April 19, 2021, 2:18 a.m.