read.vois: Read VOIs from file

View source: R/vois-functions.R

read.voisR Documentation

Read VOIs from file

Description

Read the VOIS from a file (VOIs *.3d PlanKIT format) and return a vois object.

Usage

read.vois(file.name, x.min = -Inf, x.max = +Inf, y.min = -Inf,
  y.max = +Inf, z.min = -Inf, z.max = +Inf)

Arguments

file.name

the file name

x.min, x.max, y.min, y.max, z.min, z.max

load only the volume inside the specified ranges (optinal)

Value

The vois object


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.