Learn R Programming

DVHmetrics (version 0.4.3)

mergeDVH: Merge existing DVH objects

Description

Combine several existing DVH objects into one object.

Usage

mergeDVH(...)

Value

Returns an object of class DVHLstLst.

Arguments

...

DVHLstLst objects.

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.

Examples

Run this code
if (FALSE) {
# 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
}

Run the code above in your browser using DataLab