set_intervals {PKNCA} | R Documentation |
Set Intervals
Description
Takes in two objects, the PKNCAdata object and the proposed intervals. It will then check that the intervals are valid, given the data object. If the intervals are valid, it will set them in the object. It will return the data object with the intervals set.
Usage
set_intervals(data, intervals)
Arguments
data |
PKNCAdata object |
intervals |
Proposed intervals |
Value
The data object with the intervals set.
[Package PKNCA version 0.12.0 Index]