PeriodicTS_ts-class {pcts} | R Documentation |
Class "PeriodicTS_ts"
Description
Class "PeriodicTS_ts"
is a periodic class holding
"ts"
objects.
Objects from the Class
Objects can be created by calls of the form new("PeriodicTS_zooreg", ...)
.
Objects from the Class
Objects can be created by calls of the form new("PeriodicTS_ts", x, ...)
.
Slots
.Data
:Object of class
"vector"
~~cycle
:Object of class
"BasicCycle"
~~tsp
:Object of class
"numeric"
~~.S3Class
:Object of class
"character"
~~pcstart
:Object of class
"ANY"
~~
Extends
Class "PeriodicTimeSeries"
, directly.
Class "ts"
, directly.
Class "Cyclic"
, by class "PeriodicTimeSeries", distance 2.
Class "structure"
, by class "ts", distance 2.
Class "oldClass"
, by class "ts", distance 2.
Class "vector"
, by class "ts", distance 3, with explicit coerce.
Methods
- coerce
signature(from = "ts", to = "PeriodicTS_ts")
: ...- initialize
signature(.Object = "PeriodicTS_ts")
: ...
[Package pcts version 0.15.7 Index]