View source: R/plankit-functions.R
create.plan | R Documentation |
Generate a default (empty) template of the Plan to be used with PlanKIT.
create.plan(plan = NA, name = "test", ctFile = "ct.3d", ct = NULL,
contoursFile = "plan.contours", contours = NULL,
hounsfieldToDensityFile = NULL, hounsfieldToStoichiometryFile = NULL,
computingGridVoxelSizes = c(2, 2, 2), computingGridCoverage = 0,
computingGridCoverageVOI = NULL, computingGridCoverageBoundary = 0,
beamLines = NULL, computingValues = c("Dose[Gy]"),
cutOffRadius = 100, cutEnergyFraction = 0.01, fields = NULL,
prescription = NULL, maxOptimizationIterations = 50,
outputBeamsFile = NULL, inputBeamsFile = NULL,
saveBeamLUTs = FALSE, outputBeamLUTFile = NULL,
inputBeamLUTFile = NULL, vois = NULL, outputVoisFile = NULL,
inputVoisFile = NULL, values = NULL, outputValuesFile = NULL,
inputValuesFile = NULL, beams = NULL)
A Plan (plankit.plan object).
Other Plan: read.plan
,
save.plan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.