powered by
This function computes the mean dispersal distance along a transect of seed traps.
## S3 method for class trapTransect # S3 method for trapTransect mean(x, ...)
The mean seed dispersal distance is returned.
an object representing a transect of seed traps.
further arguments passed to or from other methods.
Jones, O.D., R. Maillardet, and A.P. Robinson. 2009. An Introduction to Scientific Programming and Simulation, Using R. Chapman And Hall/CRC.
trapTransect
s1 <- trapTransect(distances = 1:4, seed.count = c(4, 3, 2, 0)) mean(s1)
Run the code above in your browser using DataLab