phaseR-package {phaseR}R Documentation

Phase plane analysis of one- and two-dimensional autonomous ODE systems

Description

phaseR is an R package for the qualitative analysis of one- and two-dimensional autonomous ODE systems, using phase plane methods. Programs are available to identify and classify equilibrium points, plot the direction field, and plot trajectories for multiple initial conditions. In the one-dimensional case, a program is also available to plot the phase portrait. Whilst in the two-dimensional case, additionally programs are available to plot nullclines and stable/unstable manifolds of saddle points. Many example systems are provided for the user.

Details

Package: phaseR
Type: Package
Version: 2.1
Date: 2019-31-05
License: GNU GPLv3

The package contains nine main functions for performing phase plane analyses:

In addition, the package contains over 25 derivative functions for example systems. Links to these can be found in the package index.

An accompanying vignette containing further information, examples, and exercises, can also be accessed with vignette("introduction", package = "phaseR").

This package makes use of the ode function in the package deSolve.

Author(s)

Michael J Grayling (michael.grayling@ncl.ac.uk)

Contributors: Gerhard Burger, Tomas Capretto, Stepehn P Ellner, John M Guckenheimer


[Package phaseR version 2.2.1 Index]