cor.mat.fun: Generates correlation matrix

View source: R/simulate_species.r

cor.mat.funR Documentation

Generates correlation matrix

Description

Generates a correlation matrix for the environmental variables generated in make.env and for correlated species optima in species. Only used when correlated environmental variables or optima are generated.

Usage

cor.mat.fun(ndim, cors)

Arguments

ndim

Number of environmental variables that are subsequently generated with make.env.

cors

List of correlations between environmental variables. Each element of the list consists of three numbers, the first two numbers indicate the variables that are correlated, the third number is the correlation coefficient. If correlations between two variables are omitted the correlation remains 0.

Value

Correlation matrix

Author(s)

Mathias Trachsel

See Also

make.env, species

Examples

correlations <- list(c(1, 2, 0.5), c(1, 4, 0.1), c(2, 5, 0.6))
cor.mat <-  cor.mat.fun(5, correlations)



palaeoSig documentation built on March 31, 2023, 9:34 p.m.