Description Usage Arguments Value References See Also Examples
This function computes the mean dispersal distance along a transect of seed traps.
1 2 3 |
x |
an object representing a transect of seed traps. |
... |
further arguments passed to or from other methods. |
The mean seed dispersal distance is returned.
Jones, O.D., R. Maillardet, and A.P. Robinson. 2009. An Introduction to Scientific Programming and Simulation, Using R. Chapman And Hall/CRC.
1 2 | s1 <- trapTransect(distances = 1:4, seed.count = c(4, 3, 2, 0))
mean(s1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.