View source: R/reading-writing-functions.R
read.3d | R Documentation |
Read file with format "3d" (PlanKIT) and return a values
object.
read.3d(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 (optional) |
Other R/W Arrays: read.1d
,
read.3d.hdr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.