assert_intervaltime_single: Assert that an interval is accurately defined as an interval,...

View source: R/assertions.R

assert_intervaltime_singleR Documentation

Assert that an interval is accurately defined as an interval, and return the interval

Description

Assert that an interval is accurately defined as an interval, and return the interval

Usage

assert_intervaltime_single(interval = NULL, start = NULL, end = NULL)

Arguments

interval

Numeric vector of two numbers for the start and end time of integration

start

The start time of the interval

end

The end time of the interval

Value

interval (or c(start, end))


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.