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

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

[复制链接]
发表于 2012-2-16 18:29:29 | 显示全部楼层 |阅读模式
round.POSIXt(base)
round.POSIXt()所属R语言包:base

                                        Round / Truncate Data-Time Objects
                                         轮/截断数据时对象

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

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

Round or truncate date-time objects.
圆形或截断的日期时间对象。


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


## S3 method for class 'POSIXt'
round(x, units = c("secs", "mins", "hours", "days"))
## S3 method for class 'POSIXt'
trunc(x, units = c("secs", "mins", "hours", "days"), ...)

## S3 method for class 'Date'
round(x, ...)
## S3 method for class 'Date'
trunc(x, ...)



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

参数:x
an object inheriting from "POSIXt" or "Date".
对象继承"POSIXt"或"Date"。


参数:units
one of the units listed.  Can be abbreviated.
单位之一上市。可以缩写。


参数:...
arguments to be passed to or from other methods, notably digits for round.
参数被传递或其他方法,尤其是digitsround。


Details

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

The time is rounded or truncated to the second, minute, hour or day. Timezones are only relevant to days, when midnight in the current timezone is used.
圆形或截断第二,分钟,小时或一天的时间。时区是只有天,有关当前时区午夜时使用。

The methods for class "Date" are of little use except to remove fractional days.
类"Date"方法用处不大,除了删除小数天。


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

An object of class "POSIXlt" or "Date".
一个对象类"POSIXlt"或"Date"。


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

round for the generic function and default methods.
round通用的功能和默认方法。

DateTimeClasses, Date
DateTimeClasses,Date


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


round(.leap.seconds + 1000, "hour")
trunc(Sys.time(), "day")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 14:51 , Processed in 0.034992 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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