Pairwise scglr plot on components
# S3 method for SCGLR
pairs(x, ..., nrow = NULL, ncol = NULL, components = NULL)
object of class 'SCGLR', usually a result of running scglr
.
number of rows of the grid layout.
number of columns of the grid layout.
vector of integers selecting components to plot (default is all components).
optionally, further arguments forwarded to link{plot.SCGLR}
.
For pairs application see examples in plot.SCGLR