找回密码
 注册
查看: 2727|回复: 0

R语言:charmatch()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 19:57:09 | 显示全部楼层 |阅读模式
charmatch(base)
charmatch()所属R语言包:base

                                        Partial String Matching
                                         部分字符串匹配

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

charmatch seeks matches for the elements of its first argument among those of its second.
charmatch寻求其第一个参数在其第二要素的匹配。


用法----------Usage----------


charmatch(x, table, nomatch = NA_integer_)



参数----------Arguments----------

参数:x
the values to be matched: converted to a character vector by as.character.
要匹配的值:转换为一个字符向量as.character。


参数:table
the values to be matched against: converted to a character vector.
匹配值:转换为一个字符向量。


参数:nomatch
the (integer) value to be returned at non-matching positions.
要返回的值(整数)在不匹配的职位。


Details

详情----------Details----------

Exact matches are preferred to partial matches (those where the value to be matched has an exact match to the initial part of the target, but the target is longer).
(那些地方要匹配的值完全匹配的初始部分的目标,但目标是较长)部分匹配完全匹配的是首选。

If there is a single exact match or no exact match and a unique partial match then the index of the matching value is returned; if multiple exact or multiple partial matches are found then 0 is returned and if no match is found then nomatch is returned.
如果有一个完全匹配或没有完全匹配和独特的部分匹配的匹配值的索引,然后返回,如果发现多个准确或多个部分匹配,那么0返回,如果没有找到匹配的,那么nomatch返回。

NA values are treated as the string constant "NA".
被视为字符串常量NA"NA"值。


值----------Value----------

An integer vector of the same length as x, giving the indices of the elements in table which matched, or nomatch.
x整数向量的长度相同,给该指数中的元素table匹配,或nomatch。


作者(S)----------Author(s)----------



This function is based on a C function written by Terry Therneau.




参见----------See Also----------

pmatch, match.
pmatch,match。

grep or regexpr for more general (regexp) matching of strings.
grep或regexpr(regexp)结果为更一般的字符串相匹配。


举例----------Examples----------


charmatch("", "")                             # returns 1[返回1]
charmatch("m",   c("mean", "median", "mode")) # returns 0[返回0]
charmatch("med", c("mean", "median", "mode")) # returns 2[返回2]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-25 02:31 , Processed in 0.021780 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表