| sweep | R Documentation |
S3 generic for sweep(). Dispatches to sweep.HDF5Matrix
for HDF5Matrix objects, and to base::sweep() for all others.
sweep(x, MARGIN, STATS, FUN = "-", check.margin = TRUE, ...)
x |
A matrix or |
MARGIN |
Integer. |
STATS |
Numeric vector to sweep out. |
FUN |
Character. Function to apply: |
check.margin |
Logical. Check that |
... |
Additional arguments passed to the method. |
A new HDF5Matrix or matrix with STATS swept out.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.