etExpand | R Documentation |
Expand additional doses
etExpand(et)
et |
Event table to expand additional doses for. |
New event table with addl
doses expanded
Matthew Fidler
ev <- et(amt = 3, ii = 24, until = 240)
print(ev)
etExpand(ev) # expands event table, but doesn't modify it
print(ev)
ev$expand() ## Expands the current event table and saves it in ev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.