Description Usage Arguments Examples
View source: R/gnomonicStochastic.R
Plot method for gnomosBoot class
| 1 2 3 4 5 6 7 8 9 10 | 
| x | an object class 'gnomosBoot'. | 
| xlab | a title for the x axis. | 
| ylab | a title for the y axis. | 
| col | color for the boxplot of M value for each gnomonic intervals. | 
| boxwex | a scale factor to be applied to all boxes in order to make the boxes narrower or wider. | 
| dayUnits | TRUE by default, to show the M values in 1/day unit. FALSE to show the M values in 1/year units. | 
| ... | Additional arguments to the plot method. | 
| 1 2 3 4 | modelBoot <- gnomonicStochastic(nInterval = 7, eggDuration = 2, addInfo = NULL, longevity = 365,
distr = "uniform", min_fecundity = 100000, max_fecundity = 300000, niter = 1000, a_init = 2)
plot(modelBoot)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.