forceCompliance(trip)
forceCompliance()所属R语言包:trip
Function to ensure dates and times are in order with trip ID
功能,以确保日期和时间,以行程ID
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A convenience function, that removes duplicate rows, sorts by the date-times within ID, and removes duplicates from a data frame or SpatialPointsDataFrame. .
一个方便的功能,删除重复的行,各种各样的日期时间内ID,并删除重复从数据框或SpatialPointsDataFrame的。 。
用法----------Usage----------
forceCompliance(x, tor)
参数----------Arguments----------
参数:x
data.frame or SpatialPointsDataFrame
数据框或SpatialPointsDataFrame
参数:tor
character vector of names of date-times and trip ID columns
字符向量的日期,时间和行程ID列的名称
值----------Value----------
Dataframe or SpatialPointsDataFrame.
数据框或SpatialPointsDataFrame。
注意----------Note----------
It's really important that data used are of a given quality, but this function makes the most common trip problems easy to apply.
这是非常重要的,所使用的数据是一个给定的质量,但这个功能,最常见的行程问题容易申请。
(作者)----------Author(s)----------
Michael D. Sumner
参见----------See Also----------
See Also trip
请参见trip
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|