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
.
optionally, further arguments forwarded to plot.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).
For pairs application see examples in plot.SCGLR