writeConfig {breakpointR} | R Documentation |
Write an breakpointR configuration file from a list structure.
writeConfig(config, configfile)
config |
A list structure with parameter values. Each entry will be written in one line. |
configfile |
Filename of the outputfile. |
NULL
Aaron Taudt