| BareCycle-class | R Documentation |
Class BareCycle.
Objects can be created by calls of the form pcCycle(nseasons)
or new("BareCycle", nseasons).
Class "BareCycle" represents the number of seasons and is
sufficient for many computations.
nseasons:Object of class "integer", the number
of seasons.
Class "BasicCycle", directly.
signature(.Object = "BareCycle"): ...
signature(from = "BareCycle", to = "SimpleCycle"): ...
signature(from = "BuiltinCycle", to = "BareCycle"): ...
signature(object = "BareCycle"): ...
signature(object = "BareCycle"): ...
Georgi N. Boshnakov
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)
pcCycle(5)
cycle <- new("BareCycle", 5)
identical(new("BareCycle", 5), pcCycle(5)) # TRUE
unitSeason(cycle)
unitCycle(cycle)
allSeasons(cycle)
seqSeasons(cycle)
cycle[]
cycle[3]
## if cycle represents 5-days week one may prefer:
BuiltinCycle(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.