refresh.DTSg {DTSg} | R Documentation |
Object integrity
Description
Checks the integrity of a DTSg
object and tries to automatically
(re-)detect its periodicity. Normally, there is no reason for a user to call
this method. The only exception is stated in values
.
Usage
## S3 method for class 'DTSg'
refresh(x, ...)
Arguments
x |
A |
... |
Not used (S3 method only). |
Value
Returns a DTSg
object.
Examples
# new DTSg object
x <- DTSg$new(values = flow)
# check the object's integrity
## R6 method
x$refresh()
## S3 method
refresh(x = x)
[Package DTSg version 1.1.3 Index]