NCA_add_int {ruminate}R Documentation

Adds Analysis Interval to Current Analysis

Description

Takes the start time, stop time, and NCA parameters and adds them to the intervals table

Usage

NCA_add_int(state, interval_start, interval_stop, nca_parameters)

Arguments

state

NCA state from NCA_fetch_state()

interval_start

Interval start time (numeric).

interval_stop

Interval stop time (numeric).

nca_parameters

list of NCA parameters in the interval

Value

State with interval added to the current analysis.


[Package ruminate version 0.2.4 Index]