| sits_parallel_fault_tolerant {sits} | R Documentation |
Fault tolerant version of some parallel functions
.sits_parallel_recv_one_data() .sits_parallel_recv_one_result() .sits_parallel_cluster_apply(x, fn, ..., pb = NULL)
x |
a given list to be passed to a function |
fn |
a function to be applied to each list element |
... |
additional arguments to fn function |
Rolf Simoes, rolf.simoes@inpe.br
Derived from the snow package