contour_xyz | R Documentation |
Provides an interface to use contour
by providing three equal length vectors for x, y and z coordinates.
contour_xyz( x , y , z , ... )
x |
vector of x values |
y |
vector of y values |
z |
vector of z values |
... |
other parameters to pass to |
This function merely constructs a matrix suitable for contour
, using x, y and z coordinates.
Richard McElreath
contour
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.