View source: R/CreateRegressorRegressorPlots.R
Simple wrapper for GGally::ggscatmat in order to save plots.
1 | CreateRegressorRegressorsPlots(data, nms, dir = "./", save.plot = TRUE)
|
data |
data.frame. Data as prepared in RunProject.R. No default. |
nms |
Character vector. Variables from data to plot. No default. |
dir |
Character vector of length 1. Directory in which to store the regressor against regressors plots. Defaults to "./" |
save.plot |
Logical vector of length 1. If TRUE then the plot is saved to disk. Defaults to TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.