image.xyz: Heat map from equal length x,y,z vectors

Description Usage Arguments Details Author(s) See Also

Description

Provides an interface to use image by providing three equal length vectors for x, y and z coordinates.

Usage

1
image_xyz( x , y , z , ... )

Arguments

x

vector of x values

y

vector of y values

z

vector of z values

...

other parameters to pass to image

Details

This function merely constructs a matrix suitable for image, using x, y and z coordinates.

Author(s)

Richard McElreath

See Also

image


JimmyClowes/rethinking documentation built on Dec. 18, 2021, 1:36 a.m.