Learn R Programming

SCGLR (version 2.0.3)

pairs.SCGLR: Pairwise scglr plot on components

Description

Pairwise scglr plot on components

Usage

# S3 method for SCGLR
pairs(x, ..., nrow = NULL, ncol = NULL, components = NULL)

Arguments

x

object of class 'SCGLR', usually a result of running scglr.

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).

optionally, further arguments forwarded to link{plot.SCGLR}.

See Also

For pairs application see examples in plot.SCGLR