print.DVHs {DVHmetrics} | R 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 |
... |
Further arguments: |
Value
Prints summary information about the DVHs.
See Also
Examples
print(dataMZ)
print(dataMZ, verbose=TRUE)
[Package DVHmetrics version 0.4.2 Index]