easyRect: Plot Rectangle

Description Usage Arguments Details

Description

Plots a rectangle.

Usage

1
  easyRect(startXY, xLen, yLen, corner = TRUE, ...)

Arguments

startXY

numeric vector. X- and Y-coordinates to start plot.

xLen

numeric. Horizontal length of rectangle.

yLen

numeric. Vertical length of rectangle.

corner

logical. When ‘TRUE’, startXY refers to the top left corner of the plot, otherwise the center.

...

additional arguments, passed to lines and polygon.

Details

Call plot.new prior to usage.


harrelfe/rreport documentation built on May 17, 2019, 2:48 p.m.