mergeDVH {DVHmetrics} | R Documentation |
Merge existing DVH objects
Description
Combine several existing DVH objects into one object.
Usage
mergeDVH(...)
Arguments
... |
|
Details
The first object determines whether the resulting object is organized by patient or by structure. Objects need not originally come from the same treatment planning system.
Value
Returns an object of class DVHLstLst
.
Examples
## Not run:
# pick some DVH files interactively
a <- readDVH(type="Cadplan")
# pick other DVH files interactively
b <- readDVH(type="Eclipse")
# combine DVH data
res <- mergeDVH(a, b)
res
## End(Not run)
[Package DVHmetrics version 0.4.2 Index]