colorMapGraph(visualFields)
colorMapGraph()所属R语言包:visualFields
color legend for p-values in td and pd probability plots
传奇的色彩,p值在TD和PD概率图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
It geneartes color legend for p-values in td and pd probability plots
p-值,geneartes传奇的色彩在TD和PD概率图
用法----------Usage----------
colorMapGraph( ncol = 3, notSeenAsBlack = TRUE, txtfont = "mono", pointsize = 7, outerSymbol = "circles", innerSymbol = "circles", outerSize = 1, innerSize = 1, outerInch = 0.2, innerInch = 0.1 )
参数----------Arguments----------
参数:ncol
number of columns in where to show the color symbols. Default is 3
数列中显示的颜色符号。默认是3
参数:notSeenAsBlack
Add a black color-code representing non-seen to the color scheme of the probability maps for td and pd
添加一个黑色的颜色代码,表示未见过的TD和pd的概率图的配色方案
参数:txtfont
font of the text with visual-sensitivity values. Default is mono
字体的文字与视觉的灵敏度值。默认是mono
参数:pointsize
size of the text with visual-sensitivity values. Default is 7
大小的文字与视觉的灵敏度值。默认是7
参数:outerSymbol
The outer symbol at all locations. Can be any of circles, squares, rectangles, stars. Default is circle
在所有地点的外部符号。可以是任何的圆形,方形,矩形,明星。默认是circle
参数:innerSymbol
The inner symbol at all locations. Can be any of circles, squares, rectangles, stars. Default is circle
在所有地点的内部符号。可以是任何的圆形,方形,矩形,明星。默认是circle
参数:outerSize
Size of the outer symbol. Default is 1
外的符号的大小。默认是1
参数:innerSize
Size of the inner symbol. Default is 1
内的符号的大小。默认是1
参数:outerInch
Maximum size of the outer symbol in inches. Default is 0.2
以英寸为单位的外的符号的最大大小。默认是0.2
参数:innerInch
Maximum size of the inner symbol in inches. Default is 0.1
以英寸为单位的内符号的最大大小。默认是0.1
Details
详细信息----------Details----------
it generates a graph with the color legend for p-values in td and pd probability plots given the actual normative values nv version set for visualFields
它产生实际的规范值nv版本设置为visualFields图的p-值在TD和PD概率图与传奇的色彩
(作者)----------Author(s)----------
Ivan Marin-Franch <imarinfr@indiana.edu>
参见----------See Also----------
vfcolormap
vfcolormap
实例----------Examples----------
colorMapGraph()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|