xyzmat2xyz: Convert (x, y, zmat) coordinates to (x, y, z) coordinates

View source: R/squash.R

xyzmat2xyzR 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 xyzmat.coords

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)

aroneklund/squash documentation built on June 3, 2023, 11:55 a.m.