50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

squash (version 1.0.9)

xyzmat2xyz: 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 xyzmat.coords

Value

A list; see xyz.coords.

Details

The input is based on xyzmat.coords.

The output is as returned by xyz.coords

Examples

Run this code
# NOT RUN {
  ## 
  str(volcano)
  volcano.xyz <- xyzmat2xyz(volcano)
  str(volcano.xyz)
# }

Run the code above in your browser using DataLab