powered by
Fast computation of sweep(X, MARGIN = 2, FUN = "*", STATS = scale)
rowMultiply_cpp(X, scale)
A matrix of same size as X.
A matrix.
a numeric vector of length equal to the number of rows of x
x
Brice Ozenne <broz@sund.ku.dk>
x <- matrix(1,6,5) sweep(x, MARGIN = 2, FUN = "*", STATS = 1:5) rowMultiply_cpp(x, 1:5 ) rowMultiply_cpp(x, 1/colMeans(x) )
Run the code above in your browser using DataLab