-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.96 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
49
50
51
52
53
54
55
56
Package: dsmodels
Type: Package
Title: A Language to Facilitate Simulation and Visualization of Two-Dimensional Dynamical Systems
Version: 1.1.0
Authors@R: c(
person("Charles", "Stein", email = "[email protected]", role = c("aut", "cre")),
person("Seth", "Fogarty", email = "[email protected]", role = c("aut")),
person("Kenny", "McLaren", email = "[email protected]", role = c("aut")),
person("Nick", "Smoker", email = "[email protected]", role = c("aut")),
person("Mitchy", "Lee", email = "[email protected]", role = c("aut"))
)
Description: An expressive language to facilitate simulation and visualization
of two-dimensional dynamical systems. The basic elements of the language are
a model wrapping around a function(x,y) which outputs a list(x
= xprime, y = yprime), and a range. The language supports three
types of visual objects: visualizations, features, and backgrounds. Visualizations, including dots and arrows,
depict the behavior of the dynamical system over the entire range.
Features display
user-defined curves and points, and their images under the system.
Backgrounds define and color regions of interest, such as basins of attraction.
The language
can also approximate attractors and their basins through simulation.
License: GPL-2 | file LICENSE
Depends:
R (>= 3.1.0),
shape,
graphics,
grDevices,
latex2exp,
pryr,
stats,
R.utils
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
Collate:
'dsproto.R'
'axeslabel.R'
'dsarrows.R'
'shadowtext.R'
'dscurve.R'
'dsdots.R'
'uniroot.all.R'
'dsintersection.R'
'dsmodel.R'
'dspoint.R'
'dsrange.R'
'dsregion.R'
'features.R'
'modelConstruction.R'
'paramrange.R'
'sim-map-period.R'
'simattractors.R'
'simbasins.R'
BugReports: https://github.com/Trinity-Automata-Research/dsmodels/issues
URL: https://github.com/Trinity-Automata-Research/dsmodels