x'=x-mu*x+r*f*(1-(x+y))*x*y y'=y-mu*y+r*(1-f)*(1-(x+y))*x*y par mu=.01,r=4,f=.5 @ meth=discrete,total=200 done