NCA_add_int: Adds Analysis Interval to Current Analysis

View source: R/NCA_Server.R

NCA_add_intR 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.


ruminate documentation built on May 29, 2024, 11:09 a.m.