plotoblong: plotoblong generates an oblong from x0,x1,y0,y1

View source: R/rutils.R

plotoblongR Documentation

plotoblong generates an oblong from x0,x1,y0,y1

Description

plotoblong generates an oblong from x0,x1,y0,y1

Usage

plotoblong(x0, x1, y0, y1, border = 1, col = 0, lwd = 1)

Arguments

x0

x-axis left

x1

x-axis right

y0

yaxis bottom

y1

yaxis top

border

colour of the border, default=black=1

col

colour of fill, default = 0 = empty

lwd

width of the line,default=1

Value

nothing but it plots a polygon

Examples

## Not run: 
  canvas()
  plotoblong(1,50,1,50,lwd=3,linecol=4)

## End(Not run)

haddonm/rutilsMH documentation built on July 21, 2023, 8:46 p.m.