plot.spec.ls {cts} | R Documentation |
Plotting Lomb-Scargle Periodogram
Description
Plotting method for objects of class "spec.ls"
.
Usage
plot.spec.ls(x, add = FALSE, ci = 0.95, log = c("yes", "dB", "no"), xlab
= "frequency", ylab = NULL, type = "l", main = NULL, sub = NULL, ...)
Arguments
x |
an object of class "spec.car" . |
add |
logical. If TRUE , add to already existing plot. |
ci |
Coverage probability for confidence interval. Plotting of
the confidence bar is omitted unless ci is strictly
positive. |
log |
If "dB" , plot on log10 (decibel) scale (as S-PLUS),
otherwise use conventional log scale or linear scale. Logical
values are also accepted. The default is "yes" unless
options(ts.S.compat = TRUE) has been set, when it is
"dB" . |
xlab |
the x label of the plot. |
ylab |
the y label of the plot. |
type |
the type of plot to be drawn, defaults to lines. |
main |
overall title for the plot. |
sub |
a sub title for the plot. |
... |
Further graphical parameters. |
See Also
spec.ls
[Package
cts version 1.0
Index]