maNum2Logic(marray)
maNum2Logic()所属R语言包:marray
Convert a numeric vector of indices to a logical vector
转换指数的数值向量,逻辑向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function converts a numeric vector of indices to a logical vector. It is used for subsetting purposes.
此功能转换成一个逻辑向量指数数值向量。它用于子集的目的。
用法----------Usage----------
maNum2Logic(n=length(subset), subset=TRUE)
参数----------Arguments----------
参数:n
the length of the logical vector to be produced.
待产的逻辑向量的长度。
参数:subset
a numeric vector of indices. A logical vector may also be supplied, in which case it is also the value of the function.
一个指数的数字向量。也可以提供一个逻辑向量,在这种情况下,它是函数值。
值----------Value----------
a logical vector.
逻辑的向量。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
举例----------Examples----------
maNum2Logic(10, 1:3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|