readConFile {cosmo} | R Documentation |
This function reads in a contraints file into an object of class
constraintSet
or a list of such objects.
readConFile(conFile, description="Constraints")
conFile |
Path to the constraint file that is to be read in |
description |
Description of the constraint group that is to be created |
An object of class constraintSet
or a list of such objects that
contains the constraint definitions found in the constraint file.
Fabian Gallusser, fgallusser@berkeley.edu
conFile <- system.file("Exfiles","conFile",package="cosmo") cons <- readConFile(conFile)