| showMeanDVH | R Documentation | 
Displays average dose volume histograms grouped by patients or structures.
showMeanDVH(x, byPat=TRUE, patID=NULL, structure=NULL,
            rel=TRUE, guessX=TRUE, thresh=1, show=TRUE, fixed=TRUE,
            showSD=TRUE, color=TRUE, facet=TRUE)
x | 
 A data frame as returned by   | 
byPat | 
 
  | 
patID | 
 
  | 
structure | 
 
  | 
rel | 
 
  | 
guessX | 
 
  | 
thresh | 
 
  | 
show | 
 
  | 
fixed | 
 
  | 
showSD | 
 
  | 
color | 
 
  | 
facet | 
 
  | 
TODO
Silently returns a ggplot diagram object, or - when multiple diagrams are constructed - a list of ggplot diagram objects.
ggplot,
showDVH,
getMeanDVH
# mean DVH for HEART and AMYOCL averaged over patients
res <- getMeanDVH(dataMZ, byPat=FALSE, structure=c("HEART", "AMYOCL"))
showMeanDVH(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.