Learn R Programming

IdMappingAnalysis (version 1.16.0)

getData.Corr: Extract correlation results from the Corr object

Description

Extract correlation results from the Corr object.

Usage

"getData"(this, ...)

Arguments

...
Not used

Value

numeric vector of correlation results.

See Also

For more information see Corr.

Examples

Run this code
 dat<-examples$corr$getData();
 dat[1:20];
 

Run the code above in your browser using DataLab