Learn R Programming

DVHmetrics (version 0.2)

readConstraint: Read constraint definitions from text file

Description

Reads the definition of quality assurance constraints from a text file.

Usage

readConstraint(x, ...)

Arguments

x
character string giving the path to a single text file with the constraint definition. May contain globbing symbols understood by Sys.glob. If missing and in interactive mode, readDV
...
Further arguments passed to read.table, e.g., sep="" to define the column sepator as tab.