replace replaces the values in x with indices given in list by those given in values. If necessary, the values in values are recycled.
replace替换值xlist在values给定的指标。如果有必要,在值values被回收。
用法----------Usage----------
replace(x, list, values)
参数----------Arguments----------
参数:x
vector
向量
参数:list
an index vector
索引向量
参数:values
replacement values
替换值
值----------Value----------
A vector with the values replaced.
值的向量所取代。
注意----------Note----------
x is unchanged: remember to assign the result.
x是不变的:记得分配结果。
参考文献----------References----------
The New S Language. Wadsworth & Brooks/Cole.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。