| modelCycle | R Documentation |
Get the cycle of a periodic object, a generic function.
modelCycle(object)
modelCycle(object, ... ) <- value
object |
an object. |
value |
the new value for the cycle, an object inheriting from
|
... |
not used. |
modelCycle is essentially internal, for programming. The user
level function to get the cycle of an object is pcCycle.
modelCycle returns the Cycle object (in the sense of package
pcts), associated with object. modelCycle is a
generic function which makes it possible to associate a cycle with
objects from a class, without inheriting from the cycle classes.
By definition, NULL represents the model cycle of objects from
classes with no (inherited) method for modelCycle.
The default method of modelCycle returns NULL.
The default method for its replacement version throws error.
for modelCycle, an object inheriting from class
"BasicCycle" or NULL;
"modelCycle<-" is used for the side effect of changing the
cycle of object.
signature(object = "ANY")signature(object = "ModelCycleSpec")Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.