fuzzyMatches-methods(HELP)
fuzzyMatches-methods()所属R语言包:HELP
Fuzzy matching (methods)
模糊匹配(方法)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for matching and reinterpreting a vector in terms of a second vector, essentially using the second vector as a key to interpreting the first.
在第二个向量向量匹配和重新诠释,基本上使用的第二个向量作为解释第一的关键方法。
方法----------Methods----------
x = "missing", y = "missing" Handle empty function call
=“失踪”,Y =“失踪”处理空函数调用
x = "vector", y = "missing" Handle empty function call
=“向量”,Y =“失踪”处理空函数调用
x = "vector", y = "NULL" Handle empty function call
X =“向量”,Y =“NULL”的处理空函数调用
x = "vector", y = "vector" Handle input of two vectors.
=“向量”,Y =“向量”两个向量处理输入。
x = "NULL", y = "vector" Handle empty function call
X =“空”,Y =“向量”处理空函数调用
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>)
参见----------See Also----------
fuzzyMatches
fuzzyMatches
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|