Function to simulate a modelled seed rain from a transectHolder
Function to simulate a modelled seed rain from a transectHolder
This function simulates a two-dimensional seed rain according to the model stored in a transectHolder object. The angle of the seed location from the parent plant is uniformly distributed on [0, 2 pi).
## S3 method for class transectHolder ## S3 method for class 'transectHolder'simulate(object, nsim=1, seed=NULL,...)
Arguments
object: the transectHolder object for simulation
nsim: the number of seeds to simulate.
seed: if not NULL, set the seed to this value before simulation.