Learn R Programming

MetStaT (version 1.0)

MetStaT.GetPcTuples: 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.