ev_repeat: Repeat a block of dosing events

View source: R/events.R

ev_repeatR Documentation

Repeat a block of dosing events

Description

Repeat a block of dosing events

Usage

ev_repeat(x, n, wait = 0, as.ev = FALSE)

Arguments

x

event object or dosing data frame

n

number of times to repeat

wait

time to wait between repeats

as.ev

if TRUE, an event object is returned; otherwise a data.frame is returned

Value

See as.ev argument.


mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.

Related to ev_repeat in mrgsolve...