unperiodic | R Documentation |
Remove periodic specifications
unperiodic(object, ...)
setunperiodic(object, ...)
object |
the object to remove periodicities |
... |
arguments to methods |
An object of the same class as object
but with no periodic subclass or
periodicity specifications.
If object
is of class data.table
, then it will modify the object by
reference. To modify this behaviour, use
options(ggperiodic.data.table.copy = TRUE)
. setperiodic()
will modify a
data.table
by reference bypassing the global option.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.