DrawContour: Draws the contour f=c.

Description Usage Arguments

View source: R/DrawContour.R

Description

Draws the contour f=c.

Usage

1
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.


cope documentation built on May 2, 2019, 6:32 a.m.

Related to DrawContour in cope...