savePlot {refund.shiny} | R Documentation |
Save Plot Object as .RData file
Description
Internal method that saves ggplot plots as .RData files.Can be used with all plotting methods in the package. The name of the plot object and it's name to be saved under are passed in and the plot is saved as an RData file.
Usage
savePlot(title, plotName)
Arguments
title |
new name for the plot, and name of the RData file created. |
plotName |
name of the ggplot object. |
Author(s)
Julia Wrobel julia.wrobel@cuanschutz.edu
[Package refund.shiny version 1.0 Index]