write.modeldef {Rglimclim} | R Documentation |
To write a definition file for an object of class GLC.modeldef
, that can be read subsequently using read.modeldef
.
write.modeldef(x, file, check.file=TRUE, mean.only=FALSE)
x |
An object of class |
file |
Name(s) of output file(s). If |
check.file |
If |
mean.only |
If |
This function is provided for back-compatibility with GLIMCLIM
(rather than Rglimclim
). See the documentation for read.modeldef
for more details.
The function returns a NULL
value: its effect is solely to write a model specification to file.
Richard Chandler (richard@stats.ucl.ac.uk)
read.modeldef
, and GLCfit
for examples.