devDims(prada)
devDims()所属R语言包:prada
Device Dimensions for plate plots
设备尺寸的板图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate device dimensions for plate plots
设备尺寸计算板图
用法----------Usage----------
devDims(width, height, ncol=12, nrow=8, res=72)
参数----------Arguments----------
参数:width
Device width in inches.
设备宽度英寸。
参数:height
Device width in inches.
设备宽度英寸。
参数:ncol
Number of columns for plate plot.
板图的列数。
参数:nrow
Number of rows for plate plot.
板图的行数。
参数:res
The resolution of the graphic device used for plotting.
用于绘图的图形设备的分辨率。
Details
详情----------Details----------
The function computes the device dimensions needed to create plate plots that fit perfectly in the device. This is necessary to retain the aspect ratio of the plots.
函数计算设备尺寸,需要建立完全适合在设备的板图。这是必要保留的图的宽高比。
One of width or height need to be specified, the missing value will be computed.
需要指定宽度或高度,缺少的值将被计算。
值----------Value----------
A list with items width, height, pwidth and pheight. These are the width and height values in inches and
项目width, height, pwidth和pheight名单。这些都是英寸的宽度和高度值,
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
plotPlate
plotPlate
举例----------Examples----------
devDims(width=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|