anima {EcoVirtual} | R Documentation |
Internal functions for graphics and animations of the simulations results.
grColExt(E, I, P, area)
E |
extinction rate |
I |
colonization rate |
P |
species available in mainland |
area |
islands sizes |
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
Show simulation in a graphic device.
Alexandre Adalardo de Oliveira ecovirtualpackage@gmail.com
## Not run: grColExt(E = 0.5 , I = 0.5 , P = 100, area=1:10) ## End(Not run)