print: Print basic information about one or more DVHs

print.DVHsR Documentation

Print basic information about one or more DVHs

Description

Print basic information (patients, structures, dose range) about one or more DVHs.

Usage

## S3 method for class 'DVHs'
print(x, ...)

## S3 method for class 'DVHLst'
print(x, ...)

## S3 method for class 'DVHLstLst'
print(x, ...)

Arguments

x

A single DVH (object of class DVHs), multiple DVHs from one patient/structure (object of class DVHLst), or multiple DVHs from many patients/structures (object of class DVHLstLst). See readDVH.

...

Further arguments: print.DVHLst(x, verbose=TRUE) prints more information about each DVH.

Value

Prints summary information about the DVHs.

See Also

readDVH

Examples

print(dataMZ)
print(dataMZ, verbose=TRUE)

DVHmetrics documentation built on March 23, 2022, 5:08 p.m.