View source: R/aanalyse_kinetics_helpers.R
| split_kinetics_groups | R Documentation |
Applies the group_intervals argument of analyse_kinetics() to a
named list of data frames. "ensemble" returns data_list unchanged;
a list() of sample (row) indices subsets every data frame into one
interval per group. Samples in no group are dropped and samples in
several groups are warned about. Group names become interval names
(interval_<n> when unnamed), suffixed <group>_<df> when
data_list holds more than one data frame. Row-subset intervals no
longer correspond to their interval_times/interval_span metadata,
so those attributes are dropped.
split_kinetics_groups(
data_list,
group_intervals,
verbose = TRUE,
env = rlang::caller_env()
)
data_list |
Named list of data frames from |
group_intervals |
|
verbose |
Logical. |
env |
The calling environment or a defused call, used to report errors and warnings as coming from the user-facing function rather than the validator. |
A named list of data frames, one per group per data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.