Usage
getIsoEffD(D1=NULL, D2=NULL, fd1=NULL, fd2=NULL, ab=NULL)
## S3 method for class 'default':
getIsoEffD(D1=NULL, D2=NULL, fd1=NULL, fd2=NULL, ab=NULL)
## S3 method for class 'DVHs':
getIsoEffD(D1=NULL, D2=NULL, fd1=NULL, fd2=NULL, ab=NULL)
## S3 method for class 'DVHLst':
getIsoEffD(D1=NULL, D2=NULL, fd1=NULL, fd2=NULL, ab=NULL)
## S3 method for class 'DVHLstLst':
getIsoEffD(D1=NULL, D2=NULL, fd1=NULL, fd2=NULL, ab=NULL)
Arguments
D1
Default: numeric
vector. Total dose 1. Alternative: One cumulative DVH (object of class DVHs
, multiple cumulative DVHs from one patient with multiple structures (object of class DVHLst
), or multiple cumulative DVHs f
D2
numeric
vector. Total dose 2. Ignored if D
is some kind of DVH
object.
fd1
numeric
vector. Fractional dose 1. If D
is some kind of DVH
object, only the first element will be used.
fd2
numeric
vector. Fractional dose 2. If D
is some kind of DVH
object, only the first element will be used.
ab
numeric
vector. alpha/beta ratio for the relevant tissue in the linear-quadatic model. If D
is some kind of DVH
object, only the first element will be used.