Calls plot()
with `type="n", then
graphics::rect()
to get the background, and then
graphics::points()
.
There are a bunch of hidden graphical arguments you can include:
na.width
controls the proportional width devoted to the NA boxes,
and na.gap
the proportion for the gap between the NA boxes and
the main plot region. mgp.x
and mgp.y
(like mgp
, for
controlling parameters of axis labels, but separate for x- and
y-axis). Also hlines
to indicate locations of of horizontal
gridlines, and hlines.col
, hlines.lwd
, and hlines.lty
to set
their color, width, and type. hlines=NA
suppresses the grid
lines. Similarly vlines
, vlines.col
, vlines.lwd
, and
vlines.lty
. xat
and yat
are for specifying the locations of
x- and y-axis labels, respectively. xat=NA
and yat=NA
indicate
no labels.