Coerce an Object for Graphics Annotation
强迫图形诠释的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Coerce an R object into a form suitable for graphics annotation.
R对象强制转换成适合图形注释的形式。
用法----------Usage----------
as.graphicsAnnot(x)
参数----------Arguments----------
参数:x
an R object
R对象
Details
详情----------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.
表达,电话和名称(如由plotmath使用)通过不变。一个明确的类(确定)is.object由as.character强迫特征向量与所有其他对象。
All the graphics and grid functions which use this coerce calls and names to expressions internally.
graphics和grid使用这种要挟电话和名称,以表达内部的函数。
值----------Value----------
A language object or a character vector.
一个语言对象或特征向量。