Input/Output {femmeR}R Documentation

File handling in femmeR

Description

Running FEMME application from inside the R environment is facilitated with these functions

Usage

## Do not overwrite the model-default parameters.dec file, only files
## specific to the particular run

write.par(parameters,file="",header="Parameter values",ask=T)

read.par(parfile)

read.clb(clbfile)

read.avg(avgfile)

Arguments

parameters Names list of parameters with parameter values
file Filename to be write to
parfile Filename to read parameters from
clbfile Filename to read calibration from
avgfile Filename to read averages from
header Description of the parameter file
ask Logical indicating whether to ask user before overwriting an existing file

Note

Use at your own risk

Author(s)

Henrik Andersson <h.andersson@nioo.knaw.nl>, Andreas Hofmann <a.hofmann@nioo.knaw.nl>

References

Soetaert et al, 2002

Examples

## For examples see: vignette("femmeR")

[Package femmeR version 0.5.0 Index]