cross_var: Calculate the _cross-variance_ of two vectors.

Description Usage Arguments Value References Examples

View source: R/cross_var.R

Description

The cross-variance function is defined in the reference.

Usage

1
cross_var(x, y)

Arguments

x

A numeric vector.

y

A numeric vector with the same length as x.

Value

A number

References

Digman, MA, Wiseman, PW, Choi, C, Horwitz, AR, Gratton, E (2009). Stoichiometry of molecular complexes at adhesions in living cells. Proc. Natl. Acad. Sci. U.S.A., 106, 7:2170-5.

Examples

1
cross_var(0:3, 2:5)

rorynolan/nandb documentation built on July 16, 2021, 8:39 p.m.