vflayout(visualFields)
vflayout()所属R语言包:visualFields
printout with results for the visual field
打印视野的结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
creates a printout with results for the visual field. This includes sensitivity threshold values with a gray scale plot, and TD and PD values with color coding for the probability map
创建一个打印输出结果的视野。这包括灵敏度阈值的灰度曲线,TD和PD值的概率图的颜色编码
用法----------Usage----------
vflayout( vf, pwidth = 8.27, pheight = 11.69, margin = 0.25, filename = NULL )
参数----------Arguments----------
参数:vf
vf-object with sensitivity thresholds
vf对象与灵敏度阈值
参数:pwidth
width of the page (in inches). Default is 8.27
页面的宽度(以英寸为单位)。默认是8.27
参数:pheight
height of the page (in inches). Default is 11.69
页面的高度(以英寸为单位)。默认是11.69
参数:margin
margins of the page (in inches). Default is 0.25
页面的边缘(以英寸为单位)。默认是0.25
参数:filename
file name to save the printout as pdf. If it is saved to pdf, it won't be displayed in the screen. Default is NULL.
文件名保存为PDF格式打印输出。如果它被保存为PDF格式,它也不会被显示在屏幕上。默认是NULL。
(作者)----------Author(s)----------
Ivan Marin-Franch <imarinfr@indiana.edu>
参见----------See Also----------
vflayout_poplr, vflayout_legoplot
vflayout_poplr,vflayout_legoplot
实例----------Examples----------
# show a printout[显示的打印输出]
vflayout( vf91016right[15,] )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|