drawrectangle: Draw a rectangle given a matrix or dataframe of 4 x-y...

Description Usage Arguments

Description

Draw a rectangle given a matrix or dataframe of 4 x-y coordinates. The columns must have x first then y coordinates.

Usage

1
drawrectangle(corners, add = TRUE, clr = "black", lwidth = 1)

Arguments

add

Logical. Whether to add elements such as points or line to an existing graph. if TRUE, there must be an appropriate existing graph, otherwise, a new graph is drawn.

clr

A string indicating colour. See argument col in graphics::par().

lwidth

Line width; see width in ?graphics::par().


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.