ilocator(RPMG)
ilocator()所属R语言包:RPMG
Specialized Locator function
专业定位功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Locator function with set parameters
定位功能的设置参数
用法----------Usage----------
ilocator(N=1, COL=1, NUM=FALSE, YN=NULL, style=0)
参数----------Arguments----------
参数:N
number of points to locate
数目的点来定位
参数:COL
color
颜色
参数:NUM
number of points
的点的数量
参数:YN
number of windows to span for lines
的窗口数跨越的行
参数:style
0,1,2 for differnt style of plotting vertical lines
0,1,2为不同的充垂直线的绘制风格
Details
详细信息----------Details----------
if the window is divided into YN horizontal regions, style =2 will plot segments only within regions based on y-value of locator().
如果窗口被分为YN水平的区域,风格= 2绘制段区域内的基础上的y值定位()。
值----------Value----------
list:
列表:
参数:x
x-locations
X-位置
参数:y
y-locations
Y-位置
参数:n
number of points
的点的数量
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
locator
定位器
实例----------Examples----------
plot(c(0,1), c(0,1), type='n')
for(i in 1:5) { abline(h=i/6) }
ilocator(N=3, COL = 1, NUM = 4, YN = 6, style = 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|