display.untb(start, gens=100, prob.of.mutate = 0, cex=3, individually
= TRUE, ask = FALSE, flash = FALSE, delay = 0, cols=NULL, ...)start=rep(1,10) and to
start with a system of maximal diversity (ie all singletons), use
start=1:10prob.of.mutate
with monoculture start (use individually=FALSE for such
experiments)TRUE meaning
that a timestep means the death of a single individual and the
simultaneous birth of a new individual; and FALSE meaning
that a timestep refers to every individual in the systemFALSE meaning to display the
generations autonomously, and TRUE meaning to wait for the
user to hit the return before proceedingTRUE meaning to indicate the site
of a death/birth with a flashing ring; and default FALSE
meaning to omit the flashing ring. Use TRUE for pedagogic
purposes, possibly with ask set to TRUE, or a nonzero
delay. This option only kicks in if individually is
TRUEflash and individuallyNULL meaning to
choose them randomly. Useful for printing stills from a
movieplot() and points()
data(butterflies)
display.untb(start=butterflies,prob=0, gens=1e2)
Run the code above in your browser using DataLab