| .sits_parallel_map {sits} | R Documentation |
Maps a function to a given list in parallel or sequential processing
.sits_parallel_map(x, fn, ...)
x |
a given list to be passed to a function |
fn |
a function to be applied to each list element |
a list with the function results in the same order as the input list
Rolf Simoes, rolf.simoes@inpe.br