xrect.Rd
Draw rectangles from four colummns xmin,xmax,ymin,ymax
xrect(x, add = FALSE, ..., asp = 1L)
four columns worth of rectangles
instantiate a plot or add to existing (default is add = FALSE
)
arguments passed to rect()
aspect ratio, defaults to 1
nothing, called for side effect of creating or adding to a plot
Calls rect()
, but will instantiate a plot if add = FALSE
.