diffEq: Functions to create the figures of the book "solving...

Description Details Author(s) See Also Examples

Description

R package diffEq contains the functions for generating figures relating to differential equations

Details

Package: diffEq
Type: Package
Version: 1.0
License: GNU Public License 2 or above

Author(s)

Karline Soetaert (Maintainer),

Jeff Cash,

Francesca Mazzia

See Also

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## 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)

diffEq documentation built on July 21, 2019, 3 p.m.