# First, the parameter values, as found in \\code{\\link{TSTraj}}
model.state <- c(x = 3, y = 3)
model.sigma <- 0.2
model.deltat <- 0.005
model.time <- 100
# Second, write out the deterministic skeleton of the equations to be simulated,
# as found in \\code{\\link{TSTraj}}
equationx <- "1.54*x*(1.0-(x/10.14)) - (y*x*x)/(1.0 + x*x)"
# Third, run it, as found in \\code{\\link{TSTraj}}Run the code above in your browser using DataLab