image_xyz: Heat map from equal length x,y,z vectors
Description
Provides an interface to use image
by providing three equal length vectors for x, y and z coordinates.
Usage
image_xyz( x , y , z , ... )
Arguments
...
other parameters to pass to image
Details
This function merely constructs a matrix suitable for image
, using x, y and z coordinates.