-.funts | R Documentation |
This function allows subtraction between two 'funts' (functional time series) objects or between a 'funts' object and a scalar. It returns the resulting difference.
## S3 method for class 'funts'
obj1 - obj2 = NULL
obj1 |
an object of class 'funts', representing the first 'funts' object. |
obj2 |
an object of class 'funts' or a scalar. |
funts
## Not run:
data("Callcenter")
y <- Callcenter
print(1 - y)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.