-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
48 lines (48 loc) · 1.92 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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 = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0680-6668")),
person(given = "Gerhard",
family = "Burger",
email = "[email protected]",
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