diffEq-package {diffEq}R Documentation

Functions to create the figures of the book "solving differential equations in R" by Karline Soetaert, Jeff R. Cash and Francesca Mazzia. Published by Springer

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

## 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)

[Package diffEq version 1.0-2 Index]