plot.f_boxcox {rfriend} | R Documentation |
Plot an f_boxcox object
Description
Create diagnostic plots of an object of class f_boxcox
.
Usage
## S3 method for class 'f_boxcox'
plot(x, which = 1:3, ask = FALSE, ...)
Arguments
x |
An object of class |
which |
Integer determining which graph to plot. Default is |
ask |
Logical. |
... |
Further arguments passed to or from other methods. |
Details
Plot method for f_boxcox objects
Value
This function is called for its side effect of generating plots
and does not return a useful value. It invisibly returns 1
.
[Package rfriend version 1.0.0 Index]