Usage
boxGrob(
label,
y = unit(0.5, "npc"),
x = unit(0.5, "npc"),
width,
height,
just = "center",
bjust = "center",
txt_gp = getOption("boxGrobTxt", default = gpar(color = "black", cex = 1)),
box_gp = getOption("boxGrob", default = gpar(fill = "white")),
box_fn = roundrectGrob,
name = NULL
)# S3 method for box
print(x, ...)
# S3 method for box
plot(x, ...)
# S3 method for box
widthDetails(x)
# S3 method for box
heightDetails(x)