Learn R Programming

DVHmetrics (version 0.3.1)

mergeDVH: Merge existing DVH objects

Description

Combine several existing DVH objects into one object.

Usage

mergeDVH(...)

Arguments

...
DVHLstLst objects.

Value

  • Returns an object of class DVHLstLst.

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
# 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