ymarginfo(RPMG)
ymarginfo()所属R语言包:RPMG
Get information on Y-margin for plotting
获取信息Y-保证金的图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get information on Y-margin for plotting
获取信息Y-保证金的图
用法----------Usage----------
ymarginfo(SIDE = 1, s1 = 0.1, s2 = 0.8)
参数----------Arguments----------
参数:SIDE
plotting side 1,2,3,4
绘制边1,2,3,4
参数:s1
lower percent of margin to return
低%的保证金返回
参数:s2
upper percent of margin to return
上%的保证金返回
Details
详细信息----------Details----------
Function uses par to help determine how to plot objects in the margins.
功能使用面值,以帮助确定如何绘制对象的边缘。
值----------Value----------
vector c(a, b) giving coordinates in margin worth plotting.
向量c(A,B)的保证金价值绘图的坐标。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
par
平价
实例----------Examples----------
plot(c(0,1), c(0,1), type='n')
s1=0.4
s2=0.95
ym = ymarginfo(SIDE=1, s1=s1, s2=s2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|