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

R语言 Rlibstree包 getCommonPrefix()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-22 20:55:09 | 显示全部楼层 |阅读模式
getCommonPrefix(Rlibstree)
getCommonPrefix()所属R语言包:Rlibstree

                                        Compute the longest common prefix of the given strings
                                         计算给定的字符串的最长公共前缀

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

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

This function finds the longest common prefix shared by the input strings. This is different from finding the longest common substring as here we are insisting that this occur at the beginning of each of the strings. This uses a straightforward search, terminating whenever it finds a mismatch in any of the strings.
此功能发现的最长共同前缀,输入字符串共享。这是从寻找最长公共子串在这里,我们坚持在每个字符串的开头,出现这种情况是不同的。这将使用一个简单的搜索,终止时,它发现任何字符串不匹配。


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


getCommonPrefix(words, asCharacter = TRUE, na.rm = TRUE)



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

参数:words
a character vector containing the strings of interest
利益的字符串字符向量


参数:asCharacter
a logical value which if TRUE means that the actual prefix is returned. Otherwise, the number of characters in the prefix is returned and this can be used to compute the substring or for some other purpose.  
如果TRUE意味着实际的前缀,则返回逻辑值。否则,前缀字符数返回,这可以用来计算子字符串,或用于其他目的。


参数:na.rm
a logical value indicating whether to remove NAs. If this is FALSE and there are NA elements in words, an error is raised.
一个逻辑值,指明是否要删除NA的。如果这是FALSE有NA在words元素,则会引发错误。


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

If asCharacter is TRUE, a character vector giving the actual prefix. If there is no common prefix, this is the empty character vector.
asCharacter如果是TRUE,给予实际的前缀字符向量。如果没有共同的前缀,这是空的特征向量。

If words is empty, this returns the empty character vector if asCharacter is TRUE and 0 otherwise.
words如果是空的,这将返回空的特征向量,如果asCharacter是TRUE,否则为0。

If asCharacter is FALSE, this returns a scalar integer giving the position  of the end character of the common prefix string.
如果asCharacter是FALSE,这将返回一个标量整数常见的前缀字符串的结束字符的位置。


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


Duncan Temple Lang <duncan@wald.ucdavis.edu>



参考文献----------References----------



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

getLongestCommonSubstring
getLongestCommonSubstring


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



   # The names of enumerated constants in Microsoft Word's[在Microsoft Word中的枚举常量的名称]
   # scripting interface.  We want to find the common prefix.[脚本接口。我们要找到共同的前缀。]
enumNames = c('wdSummaryModeHighlight',
              'wdSummaryModeHideAllButSummary',
              'wdSummaryModeInsert',
              'wdSummaryModeCreateNew')

getCommonPrefix(enumNames)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 15:59 , Processed in 0.023774 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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