powered by
xbox plots a box with a cross (x) in its top-right corner.
xbox
xbox(col = Seeblau, dim = c(1, 1))
The color to fill the box with (i.e., its background color). Default: col = unlist(seeblau).
col = unlist(seeblau)
The x- and y-dimensions of the box. Default: dim = c(1, 1) (i.e., a unit square).
dim = c(1, 1)
The cross (x) appears rectangular when viewing the plot at the correct aspect ratio (as defined by dim).
dim
post to add text to an xbox; slide to plot a new slide (or frame).
post
slide
Other plot functions: slide(), theme_grau(), theme_unikn()
slide()
theme_grau()
theme_unikn()
xbox() # default box # Options: xbox(col = Bordeaux) xbox(dim = c(2, 1)) # 2:1 dimension (wider than high)
Run the code above in your browser using DataLab