blank.Rd
Function to create a blank plot.
blank(annotate=TRUE, bg="white", ...)
a logical to specify whether to start the annotation mode after creating the plot (TRUE
by default).
a string to specify the background color of the device region ("white"
by default).
arguments that are passed on to annotate()
when annotate=TRUE
.
The function creates a blank plot. This is useful if one simply wants to make some drawing (and not add annotations to an existing plot).
No return value (called for side effects).
blank()
#> Function can only be used in interactive mode.