draw.key(lattice)
draw.key()所属R语言包:lattice
Produce a Legend or Key
产生联想或关键
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces (and possibly draws) a Grid frame grob which is a legend (aka key) that can be placed in other Grid plots.
生产(可能绘制)网格框的GROB这是一个传奇(又名键),可以放置在其他网格图。
用法----------Usage----------
draw.key(key, draw=FALSE, vp=NULL, ...)
参数----------Arguments----------
参数:key
A list determining the key. See documentation for xyplot, in particular the section describing the key argument, for details.
一个名单确定的关键。见xyplot,特别是部分描述key参数,细节的文档。
参数:draw
logical, whether the grob is to be drawn.
逻辑,无论是格罗是要绘制。
参数:vp
viewport
视口
参数:...
ignored
忽视
值----------Value----------
A Grid frame object (that inherits from "grob").
一个网格框架对象(即从“GROB”)继承。
作者(S)----------Author(s)----------
Deepayan Sarkar <a href="mailtoeepayan.Sarkar@R-project.org">Deepayan.Sarkar@R-project.org</a>
参见----------See Also----------
xyplot
xyplot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|