anima {EcoVirtual} | R Documentation |
Internal EcoVirtual Graphics and Animations
Description
Internal functions for graphics and animations of the simulations results.
Usage
grColExt(E, I, P, area)
Arguments
E |
extinction rate |
I |
colonization rate |
P |
species available in mainland |
area |
islands sizes |
Details
The list below relates each function graphical and its primary functions:
animaCena - regNicho
animaGame - extGame
animaHub - simHub1, simHub2, simHub3
animaIsl - archip
animaMeta2 - metaPop, metaCi, metaEr, metaCiEr
animaMetaComp - metaComp
animaRandWalk - randWalk
grColExt - animaColExt, bioGeoIsl
grFim - metaPop, metaCi, metaEr, metaCiEr
Value
Show simulation in a graphic device.
Author(s)
Alexandre Adalardo de Oliveira ecovirtualpackage@gmail.com
See Also
Examples
## Not run:
grColExt(E = 0.5 , I = 0.5 , P = 100, area=1:10)
## End(Not run)
[Package EcoVirtual version 1.1 Index]