# Please note that the computation of evolutionarily stable sets
# is rather time-consuming.
# Depending on your machine you might need to wait more
# than 10 seconds in order to run the following example.
if (FALSE) {
A <- matrix(c(-2, 5, 10/9, 0, 5/2, 10/9, -10/9, 35/9, 10/9), 3, byrow=TRUE)
strategies <- c("Hawk", "Dove", "Mixed ESS")
ESset(A, strategies)
}
Run the code above in your browser using DataLab