summary.rts(object)
"rts"
, that is, one representing a time
series that was sampled at constant time intervals.
This is the method for objects of class
"rts"
of the generic function
summary
.
If you call
summary.rts
directly for a non-
rts
object, it will assume you have a Regular Time Series, and may have incorrect information about the time parameters.
lynx.rts <- as.rts(lynx) summary(lynx.rts) # Produces: # Regular Time Series: # Observations: 114 # Min. 1st Qu. Median Mean 3rd Qu. Max. # 39 348.2 771 1538 2567 6991 # Time Parameters : # start deltat frequency # 1821 1 1