Description Usage Arguments Details Author(s) See Also
Provides an interface to use contour by providing three equal length vectors for x, y and z coordinates.
| 1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.