powered by
Resampling stochastic simulator for a single density-independent population.
PopSim(Rs, N0, years = 50, sims = 10)
vector of observed annual growth rates (N[t+1]/N[t]).
initial population size.
number of years to simulate.
number of simulated populations.
Returns a matrix of population sizes for time = t (rows) for each replicated population (columns).
Designed to simulate trajectories based on resampled observed N[t+1]/N[t].
Stevens, M.H.H. (2009) A Primer of Ecology with R. Use R! Series. Springer.
sparrows
# NOT RUN { lambdas <- runif(10, .5, 1.5) out <- PopSim(Rs=lambdas, years=50, N0=50) matplot(0:50, out, type='l') summary(out[51,]) # }
Run the code above in your browser using DataLab