DrawContour {cope}R Documentation

Draws the contour f=c.

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.


[Package cope version 0.2.3 Index]