vectorCor: Vector correlation

Description Usage Arguments Examples

Description

Calculates the cosine correlation between two vectors

Usage

1
vectorCor(x, y)

Arguments

x

numeric vector

y

numeric vector

Examples

1
2
3
x = rnorm(10)
y = rnorm(10)
vectorCor(x, y)

diogro/ratones documentation built on May 24, 2019, 4:01 a.m.