xyzmat2xyz {squash} | R Documentation |
Convert (x, y, zmat) coordinates to (x, y, z) coordinates
Description
Convert a matrix of Z coordinates into (x, y, z) triples.
Usage
xyzmat2xyz(...)
Arguments
... |
Arguments passed to |
Details
The input is based on xyzmat.coords
.
The output is as returned by xyz.coords
Value
A list; see xyz.coords
.
Examples
##
str(volcano)
volcano.xyz <- xyzmat2xyz(volcano)
str(volcano.xyz)
[Package squash version 1.0.9 Index]