Package: phaseR
Type: Package
Title: Phase Plane Analysis of One- And Two-Dimensional Autonomous ODE
        Systems
Version: 2.2.1
Authors@R: c(person(given   = "Michael J",
                    family  = "Grayling",
                    email   = "michael.grayling@newcastle.ac.uk",
                    role    = c("aut", "cre"),
                    comment = c(ORCID = "0000-0002-0680-6668")),
             person(given   = "Gerhard",
                    family  = "Burger",
                    email   = "burger.ga@gmail.com",
                    role    = "ctb",
                    comment = c(ORCID = "0000-0003-1062-5576")),
             person(given   = "Tomas",
                    family  = "Capretto",
                    role    = "ctb"),
             person(given   = "Stephen P",
                    family  = "Ellner",
                    role    = "ctb"),
             person(given   = "John M",
                    family  = "Guckenheimer",
                    role    = "ctb"))
Imports: deSolve, graphics, grDevices, utils
Description: Performs a qualitative analysis of one- and two-dimensional
   autonomous ordinary differential equation 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, programs are additionally
   available to plot nullclines and stable/unstable manifolds of saddle points.
   Many example systems are provided for the user. For further details can be
   found in Grayling (2014) <doi:10.32614/RJ-2014-023>.
License: MIT + file LICENSE
Suggests: knitr, rmarkdown, testthat
Date: 2022-08-30
URL: https://github.com/mjg211/phaseR
BugReports: https://github.com/mjg211/phaseR/issues
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-09-02 09:02:51 UTC; michaelgrayling
Author: Michael J Grayling [aut, cre] (<https://orcid.org/0000-0002-0680-6668>),
  Gerhard Burger [ctb] (<https://orcid.org/0000-0003-1062-5576>),
  Tomas Capretto [ctb],
  Stephen P Ellner [ctb],
  John M Guckenheimer [ctb]
Maintainer: Michael J Grayling <michael.grayling@newcastle.ac.uk>
Repository: CRAN
Date/Publication: 2022-09-02 09:30:02 UTC
Built: R 4.1.2; ; 2022-09-03 10:28:24 UTC; unix
