FH <- DiffSim(n = 10000,
start = c(1,1),
Delta = .001,
driftpar = c(10,0.6,1.5,0.0),
Sigma = diag(c(.5,.3)),
seed = 1,
thin = 100,
Model = "FHN")
matplot(FH,type="l")
Run the code above in your browser using DataLab