sweep | R Documentation |
Sweep vector or ddmatrix from a distributed matrix.
sweep(x, MARGIN, STATS, FUN = "-", check.margin = TRUE, ...)
## S4 method for signature 'ddmatrix,ANY,vector'
sweep(x, MARGIN, STATS, FUN = "-")
## S4 method for signature 'ddmatrix,ANY,ddmatrix'
sweep(x, MARGIN, STATS, FUN = "-")
x |
numeric distributed matrix. |
MARGIN |
subscript over which the function will be applied |
STATS |
array to be swept out. |
FUN |
function used in the sweep. Only |
check.margin , ... |
Ignored. |
Returns a distributed matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.