ena.correlations: Calculate the correlations
Description
Calculate both Spearman and Pearson correlations for the
provided ENAset
Usage
ena.correlations(enaset, dims = c(1:2))
Arguments
enaset
ENAset to run correlations on
dims
The dimensions to calculate the correlations for. Default: c(1,2)
Value
Matrix of 2 columns, one for each correlation method, with the corresponding
correlations per dimension as the rows.