Learn R Programming

RxODE (version 0.6-1)

add.dosing: Add dosing to eventTable

Description

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

Usage

add.dosing(eventTable, ...)

Arguments

eventTable

eventTable object

...

arguments sent to eventTable$add.dosing.

Value

eventTable with updated dosing (note the event table will be updated anyway)

See Also

eventTable, RxODE