Learn R Programming

flexclust (version 0.8-1)

pairs-methods: Methods for Function pairs in Package `flexclust'

Description

Plot a matrix of neighbourhood graphs.

Usage

## S3 method for class 'kcca':
pairs(x, which=NULL, project=NULL, oma=NULL, \dots)

Arguments

x
an object of class "kcca"
which
Index numbers of dimensions of (projected) input space to plot, default is to plot all dimensions.
project
Projection object for which a predict method exists, e.g., the result of prcomp.
oma
Outer margin.
...
Passed to the plot method.