simplePVect(RBioinf)
simplePVect()所属R语言包:RBioinf
A function to print a vector at the C level.
打印在C级向量函数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes as input any vector, matrix or array of numeric values and passes that array out to C, where it is printed, in order from the first value stored to the last, regardless of the dimensioning information. And information about the location is printed as well.
这个函数接受任何作为输入向量,矩阵或数字值和通行证的数组,数组到C,印,从第一个值的顺序存储到最后,无论尺寸信息。以及打印和有关位置的信息。
用法----------Usage----------
simplePVect(iV)
参数----------Arguments----------
参数:iV
The input vector.
输入向量。
Details
详情----------Details----------
As above.
如上所述。
值----------Value----------
NULL is returned. The function is called only for its side effects.
NULL返回。函数被调用,不仅是因为它的副作用。
作者(S)----------Author(s)----------
R. Gentleman
举例----------Examples----------
simplePVect(1:3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|