Learn R Programming

diffEq (version 1.0-1)

diffEq-package: 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

Arguments

Details

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

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

Run this code
## 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)

Run the code above in your browser using DataLab