FME-package {FME}R Documentation

A Flexible Modelling Environment for Inverse Modelling, Sensitivity, Identifiability, Monte Carlo analysis.

Description

R-package FME contains functions to run complex applications of models that produce output as a function of input parameters.

Although it was created to be used with models consisting of ordinary differential equations (ODE), partial differential equations (PDE) or differential algebraic equations (DAE), it can work with other models.

It contains:

Details

Package: FME
Type: Package
Version: 1.0
Date: 2009-06-01
License: GNU Public License 2 or above

Author(s)

Karline Soetaert

Thomas Petzoldt

Examples

## Not run: 
## show examples (see respective help pages for details)
example(modCost)
example(sensFun)
example(modMCMC)
example(modCRL)

## open the directory with documents
browseURL(paste(system.file(package="FME"), "/doc", sep=""))

## the vignette
vignette("FMEdyna")
vignette("FMEsteady")
vignette("FMEother")
vignette("FMEmcmc")

edit(vignette("FMEdyna"))
edit(vignette("FMEsteady"))
edit(vignette("FMEother"))
edit(vignette("FMEmcmc"))

## End(Not run)

[Package FME version 1.0 Index]