OXDSanimate: Transparent animation of a 3+3/PC dose-titration study

Description Usage Arguments Value Author(s) See Also Examples

Description

Animate the periods of a 3+3/PC dose-titration study, showing the dose-survival curve as it accumulates with the conclusion of each DLT assessment period.

Usage

1

Arguments

de

A list of period-wise snapshots from a dose-titration study

Value

No value is returned. This function is intended to be passed as the expr argument to package animation functions such as saveGIF and saveVideo. See the example below.

Author(s)

David C. Norris

See Also

OXDSplot animation

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# Running this is not quite 'catastrophic', but the saveVideo()
# function may take a good fraction of a minute to run.
library(animation)
ani.options(ani.width=1012, ani.height=506)
de <- de.sim(testing=TRUE)
saveVideo(OXDSanimate(de)) # produces file "animation.mp4"

## End(Not run)

dcnorris/DTAT documentation built on May 7, 2019, 10:45 p.m.