Learn R Programming

TIMP (version 1.13.6)

readclp0: This function reads in a specification of constraints to zero on the clp.

Description

This function is useful for the case that there are many constraints to zero in the model, as is the case for some mass spectrometry models.

Usage

readclp0(filenm)

Value

The constraints to zero in the format documented in the help file for the "dat" class. Therefore a call to "readclp0" may be used inside a call to "initModel", as in clp0 = readclp0("filename").

Arguments

filenm

Object of class "character" that gives is the path to the file to read in.

Author

Katharine M. Mullen, Ivo H. M. van Stokkum

Details

The file to be read in should have the following format: 1st line is not read. Lines thereafter are the space-delimited index of the component to constrain, the lower bound of the constraint, and the upper bound of the constraint, e.g., 1 218.800000000000011 220.099999999999994.

See Also

initModel