timeIsInterval(spacetime)
timeIsInterval()所属R语言包:spacetime
retrieve, or set, information whether time reflects instance (FALSE) or intervals (TRUE)
检索或设置,信息是否反映实例(FALSE)或每隔一定的时间(TRUE)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
retrieve, or set, information whether time reflects instance (FALSE) or intervals (TRUE)
检索或设置,信息是否反映实例(FALSE)或每隔一定的时间(TRUE)
用法----------Usage----------
timeIsInterval(x, ...)
timeIsInterval(x) <- value
参数----------Arguments----------
参数:x
object, of any class
任何一类对象,
参数:...
ignored
忽视
参数:value
logical; sets the timeIsInterval value
逻辑设置timeIsInterval值
值----------Value----------
logical; this function sets or retrieves the attribute timeIsInterval of x, UNLESS x is of class ST, in which case it set/retrieves
逻辑,该函数设置或检索属性timeIsIntervalx,除非x类ST,在这种情况下,它设置/检索
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|