add_draft {ggPMX} | R Documentation |
Add draft layer annotation
Description
This function adds the word draft to certain graphics.
Usage
add_draft(
label = "DRAFT",
size = 10,
colour = "grey50",
x = Inf,
y = -Inf,
...
)
Arguments
label |
draft layer default to DRAFT |
size |
size of the annotation |
colour |
color of the annotation default to grey50 |
x |
|
y |
|
... |
extra parameters to geom text used to annotate the draft |
Value
ggplot2 annotation
[Package ggPMX version 1.2.11 Index]