View source: R/set_and_assert_intervals.R
assert_intervals | R Documentation |
Verifies that an interval definition is valid for a PKNCAdata object. Valid means that intervals are a data.frame (or data.frame-like object), that the column names are either the groupings of the PKNCAconc part of the PKNCAdata object or that they are one of the NCA parameters allowed (i.e. names(get.interval.cols())). It will return the intervals argument unchanged, or it will raise an error.
assert_intervals(intervals, data)
intervals |
Proposed intervals |
data |
PKNCAdata object |
The intervals argument unchanged, or it will raise an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.