plotViewport(grid)
plotViewport()所属R语言包:grid
Create a Viewport with a Standard Plot Layout
创建一个标准的剧情布局视口中
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a convenience function for producing a viewport with the common S-style plot layout – i.e., a central plot region surrounded by margins given in terms of a number of lines of text.
这是一个生产与常见的S-风图布局视口中的方便功能 - 即,中央的图区域包围中的文本行数方面给予的利润率。
用法----------Usage----------
plotViewport(margins=c(5.1, 4.1, 4.1, 2.1), ...)
参数----------Arguments----------
参数:margins
A numeric vector interpreted in the same way as par(mar) in base graphics.
par(mar)在基础图形,在相同的方式解释一个数值向量。
参数:...
All other arguments will be passed to a call to the viewport() function.
所有其他参数将被传递给viewport()函数的调用。
值----------Value----------
A grid viewport object.
网格视口对象。
作者(S)----------Author(s)----------
Paul Murrell
参见----------See Also----------
viewport and dataViewport.
viewport和dataViewport。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|