Learn R Programming

gRim (version 0.3.4)

fast_cov: Fast computation of covariance / correlation matrix

Description

Fast computation of covariance / correlation matrix

Usage

fast_cov(x, center = TRUE, scale = TRUE)

Arguments

x

a numeric matrix(like object).

center, scale

Should columns in x be centered and/or scaled