| xyzmat2xyz {squash} | R Documentation |
Convert a matrix of Z coordinates into (x, y, z) triples.
xyzmat2xyz(...)
... |
Arguments passed to |
The input is based on xyzmat.coords.
The output is as returned by xyz.coords
A list; see xyz.coords.
## str(volcano) volcano.xyz <- xyzmat2xyz(volcano) str(volcano.xyz)