Description Usage Arguments Details Value Author(s) See Also Examples
bplapply
applies FUN
to each element of X
. Any
type of object X
is allowed, provided length
, [
,
and [[
methods are available. The return value is a list
of length equal to X
, as with lapply
.
1 |
X |
Any object for which methods |
FUN |
The |
... |
Additional arguments for |
BPPARAM |
An optional |
BPREDO |
A |
See methods{bplapply}
for additional methods, e.g.,
method?bplapply("MulticoreParam")
.
See lapply
.
Martin Morgan mailto:mtmorgan@fhcrc.org. Original code as
attributed in mclapply
.
bpvec
for parallel, vectorized calculations.
BiocParallelParam
for possible values of BPPARAM
.
1 2 3 4 5 6 7 8 9 |
[1] bplapply,ANY,BatchJobsParam-method bplapply,ANY,DoparParam-method
[3] bplapply,ANY,SerialParam-method bplapply,ANY,SnowParam-method
[5] bplapply,ANY,list-method bplapply,ANY,missing-method
see '?methods' for accessing help and source code
working
working
working
working
working
working
working
working
working
working
[[1]]
[1] 1
[[2]]
[1] 1.414214
[[3]]
[1] 1.732051
[[4]]
[1] 2
[[5]]
[1] 2.236068
[[6]]
[1] 2.44949
[[7]]
[1] 2.645751
[[8]]
[1] 2.828427
[[9]]
[1] 3
[[10]]
[1] 3.162278
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.