draw-AnnotationFunction-method | R Documentation |
Draw the AnnotationFunction Object
## S4 method for signature 'AnnotationFunction'
draw(object, index, k = 1, n = 1, test = FALSE, ...)
object |
The |
index |
Index of observations. |
k |
Current slice index. |
n |
Total number of slices. |
test |
Is it in test mode? The value can be logical or a text which is plotted as the title of plot. |
... |
Pass to |
Normally it is called internally by the SingleAnnotation-class
.
When test
is set to TRUE
, the annotation graphic is directly drawn,
which is generally for testing purpose.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.