Last data update: 2014.03.03

R: Obtain all possible pairs of principal components out of a...
MetStaT.GetPcTuplesR Documentation

Obtain all possible pairs of principal components out of a defined set.

Description

Supplied with the total number of principal components of interest, this method will return a list of each possible pairing between two principal components.

Usage

MetStaT.GetPcTuples(no.pc)

Arguments

no.pc

the number of principal components for which pairings need to found.

Value

Returns a list of pairs, each containing the two principal component numbers for that pairing.

Author(s)

Tim Dorscheidt

Results