Effective population size at the start of the simulation and after the founding event.
Nf
Size of the founding population.
ttime
Total time of the simulation.
etime
Time for the founding event. Can either be a single generation, or a sequence of generations (e.g., etime=40:50) for a prolonged founder event. Note that to simulate a prolonged bottleneck the user must supply the sequence of generations during which the population is to be bottlenecked and not merely the start and end times of the bottleneck.
show
Two different options for plotting. "p" shows the frequency of the A allele through time; "var" shows the genetic variation in the population, calculated as p*(1-p). The default is show="p".
...
optional arguments. Presently, the only optional argument in founder.event is ltype which specifies the line type and defaults to "s".
Value
The function creates one of two different plots, depending on the value of show.
The function also invisibly returns an object of class "founder.event" which can be printed or plotted using corresponding print and plot methods. (See examples.)