LPlot | R Documentation |
Plot a spectral object on a double-logarithmic scale, optionally adding a transparent confidence interval.
LPlot(
x,
type = "l",
inverse = FALSE,
conf = TRUE,
axes = TRUE,
col = "black",
alpha = 0.2,
removeFirst = 0,
removeLast = 0,
xlab = ifelse(inverse, "period", "f"),
ylab = "PSD",
xlim = NULL,
ylim = NULL,
...
)
x |
a spectral object. |
type |
1-character string giving the type of plot desired: default type
|
inverse |
if |
conf |
if |
axes |
if |
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 |
removeLast |
omit |
xlab |
character string for labelling the x-axis. |
ylab |
character string for labelling the y-axis. |
xlim |
range of x-axis values; if |
ylim |
range of y-axis values; if |
... |
further graphical parameters passed to |
Thomas Laepple
spec.object
for the definition of a proxysnr
spectral object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.