View source: R/CreateBoxCoxPlot.R
Simple wrapper for the lindia::gg_boxcox() function to maintain consistency in function layout. Adds option to save.plot.
1 | CreateBoxCoxPlot(fit, dir = "./", save.plot = TRUE, ...)
|
fit |
lm object. Model fit to the data. No default. |
dir |
Character vector of lenght 1. Directory in which to store the plot. Ignored if save.plot is FALSE. Defaults to "." |
save.plot |
Logical vector of length 1. If TRUE then the plot is saved to disk. Defaults to TRUE |
... |
Additional arguments for the lindia::gg_boxcox() function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.