Convert a matrix of Z coordinates into (x, y, z) triples.
xyzmat2xyz(...)
Arguments passed to xyzmat.coords
A list; see xyz.coords
.
The input is based on xyzmat.coords
.
The output is as returned by xyz.coords
# NOT RUN {
##
str(volcano)
volcano.xyz <- xyzmat2xyz(volcano)
str(volcano.xyz)
# }
Run the code above in your browser using DataLab