-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.12 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
Package: PhasePlaneBasics
Type: Package
Title: Introductory Tools for Phase Plane Analysis
Version: 0.1.0
Author: Patrick F. Bloniasz [aut, cre]
Maintainer: Patrick F. Bloniasz <patrick.bloniasz@gmail.com>
Description: Provides functions to draw phase arrows and nullclines
for 2D dynamical systems. It is designed to allow students to
easily plot nullclines and phase arrows in one and
two dimensional ODEs. Modified from the original script pplane.r written by Daniel Kaplan,
Dept. of Mathematics, Macalester College, kaplan@macalester.edu
Modifications by S. Ellner for use in connection with the textbook
Dynamic Models in Biology by S.P. Ellner and J. Guckenheimer,
Princeton University Press (2006).
Further Modifications by Patrick F. Bloniasz for use in connection with Math 1808
Biomathematics at Bowdoin College. The code has been condensed to only have
phase planes and nullclines. This script is being used under the presumption of
Fair Use copyright law for educational purposes.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = FALSE)
RoxygenNote: 7.3.2
Imports:
graphics,
stats