readConFile {cosmo}R Documentation

Reads in a constraint file.

Description

This function reads in a contraints file into an object of class constraintSet or a list of such objects.

Usage

  readConFile(conFile, description="Constraints")

Arguments

conFile Path to the constraint file that is to be read in
description Description of the constraint group that is to be created

Value

An object of class constraintSet or a list of such objects that contains the constraint definitions found in the constraint file.

Author(s)

Fabian Gallusser, fgallusser@berkeley.edu

See Also

constraintSet, writeConFile

Examples

conFile <- system.file("Exfiles","conFile",package="cosmo")
cons <- readConFile(conFile)

[Package cosmo version 1.8.0 Index]