Plotting #4: Iterative Plotting Functions (original) (raw)


Often times creating large numbers of plots (either as individual files or in single PDF) is part of normal workflow. This process can be simplified by creating the plots in looping functions.

scCustomize simplifies this process by allowing for the creation of many plots in multiple formats with self-contained loop functions.

Iterative functions available are:

Required Parameters

Most functions that begin with Iterate_ have shared parameters that are used to dictate file location, file name, and file type. *The exception is [Iterate_PC_Loading_Plots()](../reference/Iterate%5FPC%5FLoading%5FPlots.html) which is slightly different (see manual entry for more info.)

Optional Parameters

Remaining parameters for each function are similar or identical to their non-iterative counterparts.

More Information

For more info on each functions and optional parameters check out the manual entry using ?Function_Name or browsing the Reference Manual