ena.correlations: Calculate the correlations

View source: R/ena.correlations.R

ena.correlationsR Documentation

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.


rENA documentation built on March 26, 2022, 1:10 a.m.