| .gextract_track_parallel | R Documentation |
Splits tracks into chunks across at most getOption("gmax.processes")
worker processes. Each worker runs gextract on its track subset with
gmultitasking=FALSE so misha's tile-parallel multitask doesn't nest.
Results are merged column-wise: interval/intervalID columns come from the
first worker, value columns are cbind'd from each.
.gextract_track_parallel(
intervals,
tracks,
colnames,
iterator,
band,
file,
intervals.set.out,
envir
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.