get_z_correlations: Get correlation information

Description Usage Arguments Examples

View source: R/utils.R

Description

Get information about the correlation specifying for short name, long name or the name of the function.

Usage

1
get_z_correlations(how = "short")

Arguments

how

short: abbreviations; long: description; function: the name of the correlation function

Examples

1
2
3
4
5
6
7
8
# get the short name for the correlation
get_z_correlations(how = "short")

# get the description for the correlation
get_z_correlations(how = "long")

# get the name of the function assgined to the correlation
get_z_correlations(how = "function")

zFactor documentation built on Aug. 1, 2019, 5:04 p.m.