Rdocumentation
powered by
Learn R Programming
cope (version 0.2.3)
DrawContour: Draws the contour
Description
Draws the contour f=c.
Usage
DrawContour(..., level, col, lty = 1)
Arguments
...
An image. Either as a list with components x,y and z or as vectors x and y and a matrix z of dimensions c(length(x),length(y)).
level
The level of the contour.
col
Color of the contour.
lty
Line type for the contour.