Description Usage Arguments Details Value Author(s) References Examples
Simulate the Stochastic Beverton-Holt Model
1  | sim.Beverton(N0, param, Tmax, nsim, method=c("normal","resample","DS"), resids=NULL)
 | 
N0 | 
 Starting population size  | 
param | 
 Vector of parameters for the model.  First element is R, second is
a, and the third (used only if   | 
Tmax | 
 Number of years to simulate  | 
nsim | 
 Number of replicate simulations  | 
method | 
 Treat epsilon as normally distributed random numbers (  | 
resids | 
 The residuals from which to resample to simulate epsilon.  
Used only if   | 
This is pretty straightforward.
A matrix with Tmax rows and nsim columns.  Each column is the time
series from a replicate simulation.
Bruce E. Kendall (kendall@bren.ucsb.edu)
Morris, W. F. and Doak D. F. (2002) Quantitative Conservation Biology: Theory and Practice of Population Viability Analysis. Sunderland: Sinauer Associates.
1 2  | ## Generate 10 replicate simulations 50 years long
sim.Beverton(100, param=c(2,0.002,.1), Tmax=50, nsim=10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.