Description Usage Arguments Value Examples
Function that given a vector of dose bins (either a vector got from sampling a 3D mesh or a vector of
simple values of dose) extracts the DVH that summarizes that vector. Either volbin.side, voxel.volume or total.volume have to be
not NULL values. The priority list for computing the volume (if more than one argument is not NULL) is total.volume -> voxel.volume -> volbin.side.
1 2 3 4 5 6 7 8 9 10 11 |
x |
vector of dose bins. |
max.dose |
Upper dose bound for limiting the DVH computation. |
dose.bin |
The dose bin for DVH computation in Gy. |
dvh.type |
The type of volume distribution to be created: |
vol.distr |
Defines if the volume bins have to be divided by the total volume of the structure ( |
createObj |
if |
volbin.side |
The value of the side of each cube (in cm) that builds the final volume of the structure. |
voxel.volume |
The value of the volume of a single voxel (in cc) to compute the ROI total volume |
total.volume |
The value of the total volume of the ROI (in cc) |
Either an object of class dvhmatrix or a matrix according the argument dvh type.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.