Learn R Programming

RxODE (version 0.6-1)

add.sampling: Add sampling to eventTable

Description

This adds a dosing event to the event table. This is provided for piping syntax through magrittr

Usage

add.sampling(eventTable, time, time.units = NA)

Arguments

eventTable

An eventTable object

time

a vector of time values (in time.units).

time.units

an optional string specifying the time units. Defaults to the units specified when the EventTable was initialized.

Value

eventTable with updated sampling. (Note the event table will be updated even if you don't reassign the eventTable)

See Also

eventTable, RxODE