Learn R Programming

deseasonalize (version 1.35)

summary.deseasonalize: Summary Method for "deseasonalize" Object

Description

summary for "deseasonalize" object.

Usage

"summary"(object, ...)

Arguments

object
"deseasonalize" object
...
optional arguments

Value

A printed summary is given

See Also

print.deseasonalize, ds

Examples

Run this code
#Example 1: to save time only try 2 components
out <- ds(nottem, Fm=2, Fs=2, type="monthly")
summary(out)

#Example 2
## Not run: 
# out <- ds(nottem, Fm=6, Fs=6, type="monthly")
# summary(out)
# ## End(Not run)

Run the code above in your browser using DataLab