Cor.vec: Calculates correlation and converts results into the named...

View source: R/cor.r

Cor.vecR Documentation

Calculates correlation and converts results into the named long vector

Description

Calculates correlation and converts results into the named long vector

Usage


Cor.vec(X, ...)

Arguments

X

Data frame or matrix with values

...

Arguments to 'cor()'

Details

Calculates correlation and converts results into the named long vector (Rostova, 1999; Rostova, 2002).

Value

Named numerical vector of correlations.

Author(s)

Alexey Shipunov

References

Rostova N.S. 1999. The variability of correlations systems between the morphological characters. Part 1. Natural populations of Leucanthemum vulgare (Asteraceae). Botanicheskij Zhurnal. 84(11): 50–66.

Rostova N.S. 2002. Correlations: Structure and Variability. Saint Petersburg, St. Petersburg University Publisher.

See Also

Rostova.tbl

Examples


Cor.vec(trees, method="spearman")


shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to Cor.vec in shipunov...