hawk.dove: Analysis of hawk-dove game theoretic model

Description Usage Arguments Value Author(s) Examples

Description

This function performs numerical analysis of a discrete-time hawk-dove model in which "payoff" determines relative fitness in the population.

Usage

1
	hawk.dove(p=c(0.01,0.99),M=NULL,time=100)

Arguments

p

Starting frequency of hawk & dove phenotypes, respectively. Should correspond with the rows of M.

M

Payoff matrix. Should M[i,j] should contain the fitness of i interacting with j.

time

Number of generations.

Value

The function creates a two panel plot. The upper panel shows the relative frequencies of each of the two interacting phenotypes. The lower panel shows mean fitness of the population and of each morph through time.

Author(s)

Liam Revell liam.revell@umb.edu

Examples

1

KlausVigo/popgenSim documentation built on May 8, 2019, 5:38 p.m.