Input/Output {femmeR} | R Documentation |
Running FEMME application from inside the R environment is facilitated with these functions
## 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)
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 |
Use at your own risk
Henrik Andersson <h.andersson@nioo.knaw.nl>, Andreas Hofmann <a.hofmann@nioo.knaw.nl>
Soetaert et al, 2002
## For examples see: vignette("femmeR")