| rpois {FLCore} | R Documentation |
Generates random numbers following a Poisson distribution. lambda, the (non-negative) mean can be specified as an object of class FLQuant-class.
rpois(n, lambda)
FLQuant object with 'n' iters.The FLR Team
data(ple4) rpois(50,lambda=harvest(ple4))