ezcontour.RdEasy-to-use contour and 3-D surface resp mesh plotter.
2-D function to be plotted, must accept (x,y) as a vector.
defines x- and y-ranges as intervals.
number of grid points in each direction.
colour of isolines lines, resp. the surface color.
logical; shall the contour plot be
parameters to be passed to the persp function.
ezcontour generates a contour plot of the function f using
contour (and image if filled=TRUE is chosen).
If filled=TRUE is chosen, col should be a color scheme,
the default is heat.colors(12).
ezsurf resp. ezmesh generates a surface/mesh plot of the
function f using persp.
The function f needs not be vectorized in any form.
Plots the function graph and invisibly returns NULL.
Mimicks Matlab functions of the same names; Matlab's ezcontourf can
be generated with filled=TRUE.