kin.batch.process | R Documentation |
Process multiple trials in parallel
kin.batch.process(
data,
start_positions,
end_positions,
refresh_rate = 1/120,
n_cores = NULL,
progress = TRUE
)
data |
Data frame containing all trials |
start_positions |
List of start positions for each trial |
end_positions |
List of end positions for each trial |
refresh_rate |
Sampling rate in seconds |
n_cores |
Number of cores to use for parallel processing |
progress |
Show progress bar |
List of processed trials
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.