TimeOrderedRecords(trip)
TimeOrderedRecords()所属R语言包:trip
Functions to specify and obtain DateTime and ID data from within (Spatial) data frames.
函数来指定,并获得DateTime和ID数据(空间)数据框之内。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Specifies the DateTime and ID data within a data frame for objects of class trip. Functions also for obtaining the names of the columns used, and the data itself.
指定的DateTime ID在一个数据框的数据类的对象trip。函数也用于获得使用的列,和数据本身的名称。
用法----------Usage----------
TimeOrderedRecords(x)
getTORnames(obj)
getTimeID(obj)
参数----------Arguments----------
参数:x
Character vector of 2-elements, specifying the data columns of DateTimes and IDs.
2个元素,指定的日期时间和ID的数据列的字符向量。
参数:obj
trip object.
trip对象。
Details
详细信息----------Details----------
These simple functions are for creating classes with TimeOrdered data. The main use is for SpatialPointsDataFrames which are used with TimeOrderedRecords for the class trip.
为创建类与TimeOrdered数据这些简单的功能。主要用途是这是用来与TimeOrderedRecords类tripSpatialPointsDataFrames。
值----------Value----------
TimeOrderedRecords returns an object with a 2-element character vector, specifying the columns names. getTORnames obtains the column names from an object extending the class, and getTimeID returns the data as a data frame from an object extending the class.
TimeOrderedRecords返回一个对象,2元字符向量,指定列名。 getTORnames获得扩展类对象中的列名,getTimeID返回的数据为数据框从一个扩展类的对象。
参见----------See Also----------
trip, for the use of this class with SpatialPointsDataFrame
trip,使用这个类SpatialPointsDataFrame
实例----------Examples----------
tor <- TimeOrderedRecords(c("time", "id"))
getTORnames(tor)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|