SimpleCycle-class {pcts} | R Documentation |
Class SimpleCycle
Description
Class SimpleCycle.
Objects from the Class
Objects can be created by calls of the form new("SimpleCycle",
nseasons, seasons, first)
.
In addition to number of seasons, class "SimpleCycle"
holds
also seasons' names and the index of the season to be treated as the
first in a cycle.
Slots
seasons
:Object of class
"character"
, the names of the seasons.nseasons
:Object of class
"integer"
, number of seasons.cycle
:Object of class
"character"
~~season
:Object of class
"character"
~~abbreviated
:Object of class
"character"
~~
Extends
Class "BareCycle"
, directly.
Class "BasicCycle"
, directly.
Methods
- allSeasons
signature(x = "SimpleCycle", abb = "ANY")
: ...- allSeasons<-
signature(x = "SimpleCycle")
: ...- coerce
signature(from = "BareCycle", to = "SimpleCycle")
: ...- coerce
signature(from = "BuiltinCycle", to = "SimpleCycle")
: ...- initialize
signature(.Object = "SimpleCycle")
: ...- show
signature(object = "SimpleCycle")
: ...- unitCycle
signature(x = "SimpleCycle")
: ...- unitCycle<-
signature(x = "SimpleCycle")
: ...- unitSeason
signature(x = "SimpleCycle")
: ...- unitSeason<-
signature(x = "SimpleCycle")
: ...
Author(s)
Georgi N. Boshnakov
See Also
pcCycle
for creation of cycle objects and extraction of
cycle part of time series,
BuiltinCycle-class
,
SimpleCycle-class
,
DayWeekCycle-class
,
MonthYearCycle-class
,
OpenCloseCycle-class
,
QuarterYearCycle-class
,
PartialCycle-class
BasicCycle-class
(virtual, for use in signatures)
Examples
showClass("SimpleCycle")