Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


matrixStats (version 0.1.5)

rowDiffs: Calculates difference for each row (column) in a matrix

Description

Calculates difference for each row (column) in a matrix.

Usage

rowDiffs(x, ...)
 colDiffs(x, ...)

Arguments

x
...
Not used.

Value

See Also

Internally diff() is used.