colCumSum | R Documentation |
Fast computation of apply(x,2,cumsum)
colCumSum(x)
x |
A matrix. |
A matrix of same size as x.
Thomas Alexander Gerds <tag@biostat.ku.dk>
x <- matrix(1:8,ncol=2)
colCumSum(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.