Skip to contents

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.