read.param: Read a parameter file

Description Usage Arguments Details Value Author(s) See Also

Description

A function to read the parameters speficied in the 'par' file format specific to the original 'acp.f' code.

Usage

1
read.param(file, quiet = TRUE)

Arguments

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.

Details

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:

  1. (1st line): the number of parameters

  2. (2nd line): the starting value for each parameter

  3. (3rd line): the lower limit for each parameter

  4. (4th line): the upper limit for each parameter

Value

A data frame containing starting values and their corresponding upper and lower limits.

Author(s)

Pyeongwhan Cho, Kazunaga Matsuki

See Also

read.dat


matsukik/mrsat documentation built on May 21, 2019, 12:57 p.m.