Function to create a blank plot.

blank(annotate=TRUE, bg="white", ...)

Arguments

annotate

a logical to specify whether to start the annotation mode after creating the plot (TRUE by default).

bg

a string to specify the background color of the device region ("white" by default).

...

arguments that are passed on to annotate() when annotate=TRUE.

Details

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).

Value

No return value (called for side effects).

Author

Wolfgang Viechtbauer (wvb@wvbauer.com).

Examples

blank()

#> Function can only be used in interactive mode.