ctmaFitList | R Documentation |
Combines CoTiMAFit objects into a list with class CoTiMAFit to inform generic functions what to do
ctmaFitList(...)
... |
any number of CoTiMAFit objects |
a list that combines all objects supplied and is assigned the class 'CoTiMAFit'
## Not run:
CoTiMAInitFit_3$activeDirectory <- "/Users/tmp/" # adapt!
CoTiMAFullFit_3$activeDirectory <- "/Users/tmp/" # adapt!
plot(ctmaFitList(CoTiMAInitFit_3, CoTiMAFullFit_3),
timeUnit="Months",
timeRange=c(1, 144, 1) )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.