diffEq-package {diffEq} | R Documentation |
R package diffEq contains the functions for generating figures relating to differential equations
Package: | diffEq |
Type: | Package |
Version: | 1.0 |
License: | GNU Public License 2 or above |
Karline Soetaert (Maintainer),
Jeff Cash,
Francesca Mazzia
rkMethodPlot
for plotting the steps of runge-kutta methods
stability.multistep, stability.bruteforce for plotting stability regions
Coefficients for the BDF, AdamsMoulton, AdamsBashford coefficients.
rkMethod
from package deSolve
for the Runge-Kutta coefficients
## Not run: ## show examples (see respective help pages for details) example(rkMethodPlot) example(stability.multistep) example(BDF) ## open the directory with R sourcecode examples browseURL(paste(system.file(package = "diffEq"), "/doc/examples", sep = "")) ## show package vignette with how to use the package ## + source code of the vignette vignette("diffEq") edit(vignette("diffEq")) ## End(Not run)