View source: R/multiscaleSVDxpts.R
| rvcoef | R Documentation | 
Computes the RV coefficient, a measure of similarity between two matrices.
rvcoef(X, Y)
X | 
 First matrix  | 
Y | 
 Second matrix  | 
RV coefficient (a value between 0 and 1)
X <- matrix(rnorm(100), nrow = 10)
Y <- matrix(rnorm(120), nrow = 10)
rvcoef(X, Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.