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

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

[复制链接]
发表于 2012-10-1 17:20:01 | 显示全部楼层 |阅读模式
firstdot(wavethresh)
firstdot()所属R语言包:wavethresh

                                        Return the location of the first period character within a character string (for a vector of strings of arbitrary length).
                                         返回的第一期间内的字符的字符的字符串(对于任意长度的字符串的矢量)的位置。

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

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

Returns the index of the location of the first period character within a character string for a series of strings in a vector of character string of arbitrary length).
返回一系列向量中的任意长度的字符串的字符串)内的字符的字符串的第一期间字符的位置的索引。

This is a subsidiary routine for rmget and not really intended for user use.
这是一间附属公司的日常rmget“,而不是真正用于用户使用。


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


firstdot(s)



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

参数:s
Vector of character strings.
向量的字符串。


Details

详细信息----------Details----------

A very simple function. It searches through a character string for the first period character and the returns the position of that period character. It performs this search for each of the character strings in the input vector.
一个非常简单的功能。通过第一阶段字符一个字符的字符串搜索和返回那个时期的字符的位置。执行这种搜索的输入矢量中的每一个的字符串。


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

A vector of integers of the same length as the input vector. Each integer in the output vector is the index position of the first period character in the corresponding character string in the input vector. If a character string does not contain a period character then the corresponding output integer is zero.
输入向量的长度相同的整数,一种向量。每个的输出向量中的整数,是在相应的字符串的输入矢量中的第一期间字符的索引位置。如果字符串不包含一段字符,然后输出相应的整数是零。


RELEASE----------RELEASE----------

Version 3.9 Copyright Guy Nason 1998
版本3.9版权所有1998年盖利晨


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


G P Nason



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

<h3>See Also</h3>   <code>rmget</code>

实例----------Examples----------


#[]
# Let's find the first dot in the following strings...[让我们来看看以下字符串的第一个点...]
#[]
firstdot("mary.had.a.little.lamb")
#[1] 5[[1] 5]
#[]
# I.e. the first period was after "mary" -- the fifth character[即第一阶段后,“玛丽” - 第五个字符]
#[]
# This following string doesn't have any periods in it.[这下面的字符串没有任何期间。]
#[]
firstdot("StellaArtois")
#[1] 0[[1] 0]
#[]
# The function works on vectors of character strings[该功能适用于向量的字符串]
#[]
TopCricketAve <- c("Don.Bradman", "Graeme.Pollock", "George.Headley",
        "Herbert.Sutcliffe", "Vinod.Kambli", "Javed.Miandad")
firstdot(TopCricketAve)
#[1] 4 7 7 8 6 6[[1] 4 7 7 8 6 6]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 17:58 , Processed in 0.032988 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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