GPSTrack-class(SoDA)
GPSTrack-class()所属R语言包:SoDA
Class "GPSTrack"
类“GPSTrack”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Objects representing GPS Track information, with separate slots for each of the geodetic coordinates and for time.
GPS跟踪信息,与独立插槽的大地坐标和时间的对象。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("GPSTrack", ...), or read from a typical file by calling scanGPSTRACK().
可以创建对象调用的形式new("GPSTrack", ...),或读取一个典型的文件通过调用scanGPSTRACK()。
插槽----------Slots----------
latitude, longitude, elevation: Objects of class "numeric" containing the coordinates of points on the track. A valid object requires these to be of the same length and suitable numeric ranges.
latitude,longitude,elevation:类的对象"numeric"包含在赛道上的点的坐标。一个有效的对象需要这些是相同的长度和合适的数值范围。
time: Object of class "DateTime"; a valid object must have the same length as the coordinates.
time:类的对象"DateTime";一个有效的对象必须具有相同的长度为坐标。
参见----------See Also----------
scanGPSTrack for reading in this data; DateTime, the virtual class for the time information (usually "POSIXct" for the actual times.
scanGPSTrack,用于读取在该数据;DateTime,虚拟类的时间信息(通常是"POSIXct"为实际时间。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|