View source: R/aanalyse_kinetics_helpers.R
| analyse_kinetics_intervals | R Documentation |
Shared skeleton for analyse_kinetics.* methods: normalises data
to a named list of interval data frames, splits sample groups via
split_kinetics_groups(), calls the method worker in
kinetics_workers once per interval, and collates results via
build_kinetics_results().
analyse_kinetics_intervals(
data,
method,
worker_args,
nirs_quo,
time_quo,
group_intervals,
zero_time,
verbose,
call,
env,
fallback = TRUE
)
data |
A data frame, list of data frames, or grouped data frame. |
method |
Character; the canonical method name. |
worker_args |
Named list of method-specific arguments passed
to the method's worker in |
nirs_quo, time_quo |
Quosures of the caller's |
group_intervals |
|
zero_time |
Logical; if |
verbose |
Logical. |
call |
The matched call from the user-facing method. |
env |
The call recorded for condition reporting. |
fallback |
Logical; resolve the method's fallback chain in
|
An "mnirs_kinetics" object from
build_kinetics_results().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.