draw.colorkey(lattice)
draw.colorkey()所属R语言包:lattice
Produce a Colorkey for levelplot
产生的colorkey levelplot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces (and possibly draws) a Grid frame grob which is a colorkey that can be placed in other Grid plots. Used in levelplot
生产(也可能是吸引)一个网格框架的GROB这是一个可以放置在其他电网图的colorkey。用于在levelplot
用法----------Usage----------
draw.colorkey(key, draw=FALSE, vp=NULL)
参数----------Arguments----------
参数:key
A list determining the key. See documentation for levelplot, in particular the section describing the colorkey argument, for details.
一个名单确定的关键。见levelplot,特别是部分描述colorkey参数,细节的文档。
参数:draw
logical, whether the grob is to be drawn.
逻辑,无论是格罗是要绘制。
参数:vp
viewport
视口
值----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|