Learn R Programming

IdMappingAnalysis (version 1.16.0)

getUniquePairs.Corr: Extract unique pairs from the Corr object

Description

Extract unique pairs from the Corr object.

Usage

"getUniquePairs"(this, ...)

Arguments

...
Not used

Value

See Also

For more information see Corr.

Examples

Run this code
 uniquePairs<-examples$corr$getUniquePairs();
 uniquePairs[1:10,];
 

Run the code above in your browser using DataLab