xbox
plots a box with a cross (x) in its top-right corner.
Usage
xbox(col = Seeblau, dim = c(1, 1), use_x = TRUE)
Details
The cross (x) appears rectangular when viewing the plot
at the correct aspect ratio (as defined by dim
).
See also
post
to add text to an xbox;
slide
to plot a new slide (or frame).
Other plot functions:
slide()
,
theme_bwkn()
,
theme_grau()
,
theme_minikn()
,
theme_unikn()
Examples
xbox() # default box
# Options:
xbox(col = Bordeaux)
xbox(dim = c(2, 1)) # 2:1 dimension (wider than high)