powered by
Maynard Smith replicator dynamic as a type of evolutionary dynamics.
MSReplicator(time, state, parameters)
Numeric list. Each component represents the rate of change depending on the dynamic.
Regular sequence that represents the time sequence under which simulation takes place.
Numeric vector that represents the initial state.
Numeric vector that represents parameters needed by the dynamic.
Daniel Gebele dngebele@gmail.com
Smith, J. M. (1982) "Evolution and the Theory of Games", Cambridge University Press.
dynamic <- MSReplicator A <- matrix(c(0, -2, 1, 1, 0, -2, -2, 1, 0), 3, byrow=TRUE) state <- matrix(c(0.4, 0.3, 0.3), 1, 3, byrow=TRUE) phaseDiagram3S(A, dynamic, NULL, state, FALSE, FALSE)
Run the code above in your browser using DataLab