CRAN
dsmodels 1.1.0
A Language to Facilitate Simulation and Visualization of Two-Dimensional Dynamical Systems
Released Jul 22, 2017 by Charles Stein
Dependencies
shape 1.4.4 pryr 0.1.4 latex2exp 0.4.0
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.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>dsmodels</artifactId> <version>1.1.0-b22</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dsmodels')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.