Description Usage Arguments Details Value Author(s) See Also
A function to read the parameters speficied in the 'par' file format specific to the original 'acp.f' code.
1 | read.param(file, quiet = TRUE)
|
file |
the name of the file from which the parameters are to be read. |
quiet |
logical. If FALSE, it will print a message saying how many items have been read per line. |
The file with the file name specified in the file
should contain following information for each line, separated by comma where multiple values are present:
(1st line): the number of parameters
(2nd line): the starting value for each parameter
(3rd line): the lower limit for each parameter
(4th line): the upper limit for each parameter
A data frame containing starting values and their corresponding upper and lower limits.
Pyeongwhan Cho, Kazunaga Matsuki
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.