box(n=1, fill=F, ...)
TRUE) or just outlined (
FALSE)?
bty parameter controls the type of box,
the
lty parameter controls the line type used to draw the box,
and the
lwd parameter controls the line width (see Details below for more information).
The values of the
lty and
lwd parameters in
par
are ignored. The line type and line width used to draw the box are always
lty=1
and
lwd=1 respectively, unless explicitly set with the
box
function.
box(5, col=2) # draw a thick color 2 box around plot box(fill=T, col=7) # draw a filled box in color 7