index2xy(altcdfenvs)
index2xy()所属R语言包:altcdfenvs
Functions to shuttle from indexes to XY coordinates
穿梭功能从指标XY坐标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions to shuttle from indexes to XY coordinates.
穿梭XY坐标索引的功能。
用法----------Usage----------
index2xy(object, ...)
xy2index(object, ...)
index2xy.CdfEnvAffy(object, i)
xy2index.CdfEnvAffy(object, x, y)
参数----------Arguments----------
参数:object
An object of class CdfEnvAffy.
对象类CdfEnvAffy。
参数:i
A vector of indexes.
一个索引向量。
参数:x, y
Vectors of X and Y coordinates.
向量的X和Y坐标。
参数:...
Optional parameters (not used).
可选参数(未使用)。
值----------Value----------
A vector of integers (for xy2index methods), or a matrix of two columns (for index2xy methods).
一个整型vector(xy2index方法),或矩阵的两列(index2xy方法)。
参见----------See Also----------
CdfEnvAffy-class
CdfEnvAffy-class
举例----------Examples----------
## To be done...[#...]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|