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

R语言 zoo包 na.fill()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:53:06 | 显示全部楼层 |阅读模式
na.fill(zoo)
na.fill()所属R语言包:zoo

                                        Fill NA or specified positions.
                                         填写NA或指定位置。

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

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

Generic function for filling NA values or specified positions.
填写NA值或指定位置的通用功能。


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


na.fill(object, fill, ...)
## S3 method for class 'ts'
na.fill(object, fill, ix, ...)
## S3 method for class 'zoo'
na.fill(object, fill, ix, ...)
## Default S3 method:[默认方法]
na.fill(object, fill, ix, ...)



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

参数:object
an object.
一个对象。


参数:fill
a three component list or a vector that is coerced to a  list. Shorter objects are recycled.  The three components  represent the fill value to the left of the data, within the interior of the data and to the right of the data, respectively.  The value of any component may be the keyword "extend" to indicate repetition of the leftmost or rightmost non-NA value or linear interpolation in the interior. NULL means that items are dropped rather than filled.
三组分列表或一个向量,被强制到一个列表。较短的对象被回收。的三个组成部分代表的填充值的数据的左侧,在内部的数据和数据的权利,分别。任何组件的值可以是在关键字的"extend"表示重复的最左边或最右边的非NA值内插或线性内插在内部。 NULL是指项目都将被丢弃,而不是填充。


参数:ix
logical. Should be the same length as the number of time points. Indicates which time points not to fill. This defaults to the non-NA values.
逻辑。应该是相同的时间点的数量的长度。表示时间点不填。这是预设的非NA值。


参数:...
further arguments passed to methods.
进一步的参数传递给方法。


Details

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

Fill NA or indicated values.
填写NA或指定的值。


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

na.approx
na.approx


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



z <- zoo(c(NA, 2, NA, 1, 4, 5, 2, NA))
na.fill(z, "extend")
na.fill(z, c("extend", NA))
na.fill(z, -(1:3))
na.fill(z, list(NA, NULL, NA))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-23 23:05 , Processed in 0.020267 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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