vfplot(visualFields)
vfplot()所属R语言包:visualFields
visual field plot
视场图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plots location-specific sensitivity thresholds, or TD or PD values at each location of the visual field with the corresponding color code for the probability map
绘制特定位置的灵敏度阈值,或TD或PD的值与相应的概率映射图的颜色代码在每个位置的视场
用法----------Usage----------
vfplot( vf, plotType, notSeenAsBlack = TRUE, newWindow = FALSE, txtfont = "Helvetica", pointsize = 7,
width = 6, xminmax = 29, yminmax = 29, outerSymbol = "circles", innerSymbol = "circles",
outerSize = 1, innerSize = 1, outerInch = 0.14, innerInch = 0.08,
lengthLines = 4.25, thicknessLines = 2 )
参数----------Arguments----------
参数:vf
vf-object with sensitivity thresholds, or TD or PD values
vf对象的灵敏度阈值,或TD或PD值
参数:plotType
Type of plot to show. It can be visual sensitivities (vf), total-deviation values (td), or pattern-deviation values (pd)
显示的图类型。它可以是视觉灵敏度(vf),总偏差值(td),或图案偏差值(pd)
参数:notSeenAsBlack
whether to plot non-seen as black. Default is TRUE
是否绘制看作是黑色的。默认是TRUE
参数:newWindow
whether to generate a new window for the plot. This becomes important when working with RStudio. Default value is TRUE
是否要生成一个新的窗口的图。这将成为重要的工作时,RStudio。默认值是TRUE
参数:txtfont
font face of the text with visual-sensitivity values. Default is Helvetica
字体的文字与视觉的灵敏度值。默认是Helvetica
参数:pointsize
size of the text with visual-sensitivity values. Default is 7
大小的文字与视觉的灵敏度值。默认是7
参数:width
width of the window. height is calculated using the width, xminmax, and yminmax. Default is 6
窗口的宽度。高度使用的宽度,xminmax,和yminmax计算。默认是6
参数:xminmax
minimum and maximum limits on the x axis, in degrees of visual angle. Default is 29
最小和最大限制在x轴上,以度为单位的视觉角度。默认是29
参数:yminmax
minimum and maximum limits on the y axis, in degrees of visual angle. Default is 29
在y轴上的最小和最大限制,程度的视角。默认是29
参数: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
Relative size of the outer symbol. Default is 1
外符号的相对大小。默认是1
参数:innerSize
Relative size of the inner symbol. Default is 1
内部符号的相对大小。默认是1
参数:outerInch
Maximum size of the outer symbol in inches. Default is 0.14
以英寸为单位的外的符号的最大大小。默认是0.14
参数:innerInch
Maximum size of the inner symbol in inches. Default is 0.08
以英寸为单位的内符号的最大大小。默认是0.08
参数:lengthLines
length of the lines denoting the orientation of the RNFL bundle. Default is 4.25
表示的RNFL束的方向的线的长度。默认是4.25
参数:thicknessLines
thickness of the lines denoting the orientation of the RNFL bundle. Default is 2
表示的RNFL束的方向的线的厚度。默认是2
Details
详细信息----------Details----------
This function
此功能
(作者)----------Author(s)----------
Chaitanya Khadilkar <chaikhad@indiana.edu>, Ivan Marin-Franch <imarinfr@indiana.edu>
参见----------See Also----------
vfcolormap
vfcolormap
实例----------Examples----------
vfplot( vf91016right[15,], plotType = "td", newWindow = TRUE )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|