Description Usage Arguments Value Examples
This function can e used to create a dvhmatrix class object from two different
ones. The slots of the resulting object will be the same in the receiver one,
so some convertions can be automatically realized to create the homogeneous final result.
1 |
receiver |
The |
addendum |
The |
A dvhmatrix class object.
1 2 3 4 | ## creates two different dvhmatrx objects
a<-DVH.generate(dvh.number = 100, dvh.type="differential", vol.distr = "relative")
b<-DVH.generate(dvh.number = 100, dvh.type="cumulative", vol.distr = "absolute")
ab<-DVH.merge(receiver = a, addendum = b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.