create.plan: Generate Plan template (Pure-dek)

View source: R/plankit-functions.R

create.planR Documentation

Generate Plan template (Pure-dek)

Description

Generate a default (empty) template of the Plan to be used with PlanKIT.

Usage

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)

Value

A Plan (plankit.plan object).

See Also

Other Plan: read.plan, save.plan


planit-group/Rplanit documentation built on July 4, 2025, 2:17 p.m.