| bpaggregate {BiocParallel} | R Documentation |
This is a parallel version of aggregate.
## S4 method for signature 'formula,BiocParallelParam' bpaggregate(x, data, FUN, ..., BPPARAM=bpparam()) ## S4 method for signature 'data.frame,BiocParallelParam' bpaggregate(x, by, FUN, ..., simplify=TRUE, BPPARAM=bpparam()) ## S4 method for signature 'ANY,missing' bpaggregate(x, ..., BPPARAM=bpparam())
x |
A data frame or a formula. |
by |
A list of factors. Data frame |
data |
A data frame. |
FUN |
Function to apply. |
... |
Additional arguments for |
simplify |
If set to |
BPPARAM |
An optional |
See aggregate.
Martin Morgan mailto:mtmorgan@fhcrc.org.