BasicCycle-class {pcts} | R Documentation |
Class BasicCycle
Description
Virtual class "BasicCycle"
is a class union that can be used in
signatures of methods and classes when any of the cycle classes is
admissible as argument or slot.
Objects from the Class
A virtual Class: No objects may be created from it.
Methods
- [
signature(x = "BasicCycle", i = "ANY", j = "missing", drop = "ANY")
- [
signature(x = "BasicCycle", i = "missing", j = "missing", drop = "ANY")
- [<-
signature(x = "BasicCycle", i = "ANY", j = "missing", value = "ANY")
- [<-
signature(x = "BasicCycle", i = "missing", j = "missing", value = "ANY")
- date<-
signature(x = "BasicCycle")
: ...- allSeasons
signature(x = "BasicCycle", abb = "ANY")
- seqSeasons
signature(x = "BasicCycle")
- pcCycle
signature(x = "BasicCycle", type = "character")
: ...- pcCycle
signature(x = "BasicCycle", type = "missing")
: ...- pcts
signature(x = "matrix", nseasons = "BasicCycle")
: ...- pcts
signature(x = "numeric", nseasons = "BasicCycle")
: ...
Author(s)
Georgi N. Boshnakov
See Also
BareCycle-class
(just number of seasons),
SimpleCycle-class
(named seasons),
BuiltinCycle-class
(common cycles, e.g.,
DayWeekCycle-class
,
MonthYearCycle-class
,
OpenCloseCycle-class
,
QuarterYearCycle-class
),
PartialCycle-class
(cycles obtained from others by
subsetting or otherwise)
Examples
showClass("BasicCycle")