Learn R Programming

DVHmetrics (version 0.4.2)

dataConstr: Constraint data frame

Description

Data frame with quality assurance constraints to use with built-in DVH object dataMZ.

Usage

data(dataConstr)

Arguments

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

Run this code
# NOT RUN {
checkConstraint(dataMZ, constr=dataConstr)
# }

Run the code above in your browser using DataLab