read.3d: Read 3d array (PlanKIT)

View source: R/reading-writing-functions.R

read.3dR Documentation

Read 3d array (PlanKIT)

Description

Read file with format "3d" (PlanKIT) and return a values object.

Usage

read.3d(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 (optional)

See Also

Other R/W Arrays: read.1d, read.3d.hdr


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