as.graphicsAnnot
Coerce an Object for Graphics Annotation
Coerce an R object into a form suitable for graphics annotation.
- Keywords
- utilities
Usage
as.graphicsAnnot(x)
Arguments
- x
an R object
Details
Expressions, calls and names (as used by plotmath) are passed
through unchanged. All other objects with an explicit class (as
determined by is.object
) are coerced by
as.character
to character vectors.
All the graphics and grid functions which use this coerce calls and names to expressions internally.
Value
A language object or a character vector.
Community examples
Looks like there are no examples yet.