Learn R Programming

artfima (version 1.3)

plot.artfima: Plot Method for "arfima" Object

Description

Plots the observed periodogram and the fitted spectral density function.

Usage

## S3 method for class 'artfima':
plot(x, type, ...)

Arguments

x
object of class "artfima"
type
"log" or "log-log" plot
...
optional arguments

Value

  • None

References

TBA

See Also

artfima

Examples

Run this code
z <- artsim(n=500, d=5/6, lambda=0.045)
ans <- artfima(z)
plot(ans)
plot(ans, type="log-log")

Run the code above in your browser using DataLab