contour.xyz: Contour plot from equal length x,y,z vectors

contour_xyzR Documentation

Contour plot from equal length x,y,z vectors

Description

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

Usage

contour_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 contour

Details

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

Author(s)

Richard McElreath

See Also

contour


rmcelreath/rethinking documentation built on Sept. 18, 2023, 2:01 p.m.