dataConstr {DVHmetrics} | R Documentation |
Constraint data frame
Description
Data frame with quality assurance constraints to use with built-in DVH object dataMZ
.
Usage
data(dataConstr)
Format
A data frame with 6 entries for the following 3 variables.
constraint
The constraint
character
string.patID
The patient ID
character
string or*
wildcard.structure
The structure
character
string or*
wildcard.
Details
See checkConstraint
for the definition of a constraint.
See Also
readConstraint
,
checkConstraint
,
showConstraint
Examples
checkConstraint(dataMZ, constr=dataConstr)
[Package DVHmetrics version 0.4.2 Index]