Learn R Programming

dsa (version 1.0.12)

print.daily: Print daily time series

Description

Print output for objects of class "daily"

Usage

# S3 method for daily
print(x, ...)

Arguments

x

Result of dsa() that will be printed

...

further arguments handed to print()

Examples

Run this code
# NOT RUN {
x <- daily_sim(3)$original
# }
# NOT RUN {
res<- dsa(x, fourier_number = 24, outlier.types="AO", reg.create=NULL, model=c(3,1,0))
# }
# NOT RUN {
print(res)
# }

Run the code above in your browser using DataLab