View source: R/lut-functions.R
| get.dose.beamLUT | R Documentation | 
Get the net Dose distribution (values object or sparse array) from the beamLUTs. If coordinates x, y and z are specified it returns a complete values object
get.dose.beamLUT(beamLUTs, beams, x = NULL, y = NULL, z = NULL,
  variable = "Dose[Gy]")
beamLUTs | 
 the beamLUTs data frame.  | 
beams | 
 the beams data frame.  | 
x, y, z | 
 the coordinates of the 3D array.  | 
variable | 
 to override the default name of the variable ('Dose[Gy]').  | 
a values object (if x, y and z are specified), otherwise a sparse array.
Other BeamLUT: combine.beamLUTs,
get.alpha.beta.beamLUT,
get.bdose.beamLUT,
get.beamLUTs,
get.letd.beamLUT,
get.rbe.beamLUT,
get.values.for.beam,
read.beamLUTs, read.beamLUT,
write.beamLUT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.