getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'default':
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'DVHs':
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'DVHLst':
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'DVHLstLst':
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
NULL
, fn
must be given. Alternative: One cumulative DVH (object of class DVHs
, multiple cumulative DVHs from one patient with multiple structures (object of class DVHLst
), or multD
is some kind of DVH
object, only the first element will be used.NULL
, D
must be given. Ignored if D
is some kind of DVH
object.D
is some kind of DVH
object, only the first element will be used.EQD2
, fractDose
, ab
.
If D
is some kind of DVH
object, the same kind of object is returned with the individual dose values converted to EQD2.d2=2
, see getIsoEffD
.getBED
,
getIsoEffD
getEQD2(D=50, fd=2.5, ab=c(2, 3, 4))
getEQD2(dataMZ[[c(1, 1)]], fd=1.8, ab=3)
Run the code above in your browser using DataLab