createviewport (visualFields)
createviewport ()所属R语言包:visualFields
Wrapup for createviewport in package <a href="../../graphics/html/grid.html">grid</a>
WRAPUP的createviewport中包的<a href="../../graphics/html/grid.html">格</ A>
译者:生物统计家园网 机器人LoveR
描述----------Description----------
create regions in where to print graphs. Used for the generation of printouts
建立区域在哪里可以打印图表。用于打印输出的代
用法----------Usage----------
createviewport( name, left, top, width, height, pwidth = 8.27, pheight = 11.69 )
参数----------Arguments----------
参数:name
name of he viewport
他视口的名称
参数:left
a numeric vector or unit object specifying left location (in inches)
一个数值向量或单元对象指定左侧的位置(以英寸为单位)
参数:top
a numeric vector or unit object specifying topvflocation (in inches)
一个数值向量或单位的对象指定topvflocation(以英寸为单位)
参数:width
a numeric vector or unit object specifying width (in inches)
一个数值向量或单元对象指定宽度(以英寸为单位)
参数:height
a numeric vector or unit object specifying height (in inches)
一个数值向量或单元对象指定高度(以英寸为单位)
参数: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
Details
详细信息----------Details----------
create regions in where to print graphs. Used for the generation of printouts
建立区域在哪里可以打印图表。用于打印输出的代
值----------Value----------
returns a viewport object
返回一个视口对象
(作者)----------Author(s)----------
Ivan Marin-Franch <imarinfr@indiana.edu>
参见----------See Also----------
vflayout
vflayout
实例----------Examples----------
# show a printout[显示的打印输出]
vflayout( vf91016right[15,] )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|