Add a line plot of a spectral object to an existing plot.
Usage
LLines(
x,
inverse = FALSE,
conf = TRUE,
col = "black",
alpha = 0.2,
removeFirst = 0,
removeLast = 0,
...
)Arguments
- x
a spectral object.
- inverse
if
TRUEtreat the x-axis values in units of period (inverse frequency), increasing to the left; defaults toFALSE.- conf
if
TRUE(the default) add a transparent confidence interval (has no effect ifxcontains no confidence limits).- col
color for the line plot and the confidence interval.
- alpha
transparency level (between 0 and 1) for the confidence interval; defaults to 0.2.
- removeFirst
omit
removeFirstvalues on the low frequency side.- removeLast
omit
removeLastvalues on the high frequency side.- ...
further graphical parameters passed to
lines.
See also
spec.object for the definition of a proxysnr
spectral object.