idx2aref(XLConnect)
idx2aref()所属R语言包:XLConnect
Converting row and column based area references to Excel area references
转换行和列的区域的引用到Excel区域的引用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts row & column based area references to Excel area references
将行和列的区域的引用到Excel区域的引用
用法----------Usage----------
idx2aref(x)
参数----------Arguments----------
参数:x
Numeric (integer) matrix or vector of indices. If a matrix is provided it should have four columns with the first two columns representing the top left corner (row and column indices) and the third & fourth column representing the bottom right corner. If a vector is provided it will be converted to a matrix by filling the vector into a 4-column matrix by row.
指数的数值(整数)矩阵或矢量。如果提供一个矩阵,它应该有四列的前两列表示的左上角(行和列)和第三与第四列表示右下角。如果提供一个向量,它将被转换为一个矩阵由填充到按行4列的矩阵矢量。
值----------Value----------
Returns a character vector of corresponding Excel area references.
返回一个character矢量相应的Excel区域引用。
(作者)----------Author(s)----------
Martin Studer<br>
Mirai Solutions GmbH <a href="http://www.mirai-solutions.com">http://www.mirai-solutions.com</a>
参见----------See Also----------
aref2idx, aref, idx2cref, cref2idx, idx2col, col2idx
aref2idx,aref,idx2cref,cref2idx,idx2col,col2idx
实例----------Examples----------
idx2aref(c(1, 1, 5, 4))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|