Description Usage Arguments Value See Also Examples
Illustrate incidence projections produced as by trial_setting
.
1 | trial_plot(dset, minyear = 0, maxyear = 12)
|
dset |
A data frame as produced by |
minyear |
Minimum year to display projections. |
maxyear |
Maximum year to display projections. |
A ggplot object.
1 2 3 4 5 6 7 8 9 | library(plyr)
library(reshape)
library(ggplot2)
tset <- trial_setting()
## Not run:
tp <- trial_plot(tset)
print(tp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.