idpoints.hodo(RSEIS)
idpoints.hodo()所属R语言包:RSEIS
ID points on Hodogram
ID点Hodogram的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Identification of points on a hodogram
鉴别要点在hodogram
用法----------Usage----------
idpoints.hodo(nbaz, sx, X, Y)
参数----------Arguments----------
参数:nbaz
matrix 3 by n
由n的矩阵3
参数:sx
x vector
x向量
参数:X
x-coordinates to id
x坐标中的id
参数:Y
y-coordinates to id
y坐标中的id
Details
详细信息----------Details----------
Used in conjunction with other interative plots.
在与其他迭代图同时使用。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
PMOT.drive
PMOT.drive
实例----------Examples----------
data("GH")
sel= which(GH$STNS == "CE1")
temp = cbind(GH$JSTR[[sel[1]]][1168:1500], GH$JSTR[[sel[2]]][1168:1500], GH$JSTR[[sel[3]]][1168:1500])
dt = GH$dt[ sel[1] ]
STAMP = "GH"
PMOT.drive(temp, dt, pmolabs = c("Vertical", "North", "East"), STAMP = STAMP)
## ids = idpoints.hodo(temp, sx, zloc$x[sn1], zloc$y[sn1])[#IDS = idpoints.hodo(温度,SX,zloc $ X [SN1],zloc $ Y [SN1])]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|