View source: R/vois-functions.R
| read.vois | R Documentation |
Read the VOIS from a file (VOIs *.3d PlanKIT format) and return a vois object.
read.vois(file.name, x.min = -Inf, x.max = +Inf, y.min = -Inf,
y.max = +Inf, z.min = -Inf, z.max = +Inf)
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) |
The vois object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.