xppauto.plot {sciplot}R Documentation

Bifurcation Graph from Auto (XPP)

Description

This function displays a bifurcation plot from data generated by AUTO in XPPAUT (http://www.math.pitt.edu/~bard/xpp/xpp.html).

Usage

  xppauto.plot(data, xlim=NULL, ylim=NULL,
               max.step=NULL, min.step=NULL, ...)

Arguments

data filename of data file from XPPAUT.
xlim,ylim See plot
max.step Maximum step size between points
min.step Minimum step size between points
... further graphical parameters.

Examples

data(morlec)
xppauto.plot(morlec, min.step=.1)

[Package sciplot version 0.8-2 Index]