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