plotcomp {tsiR} | R Documentation |
plotcomp
Description
Plots just the comparison of the forward simulation fit to the data.
Usage
plotcomp(sim, errtype = "95", max.plot = 10)
Arguments
sim |
is list produced by runtsir or mcmctsir |
errtype |
is the type of error bands to show. Defaults to '95' for 95 percent CI, the other option is 'sd' to standard deviation. |
max.plot |
the number of individual stochastic simulations to plot. Defaults to 10. |
[Package tsiR version 0.4.3 Index]