Description Usage Arguments Value Author(s) Examples
Plots the graph of latent time series using ggplot2
1 2 3 4 5 6 7 | ## S3 method for class 'lts'
plot(x, to.unit = NULL, background = "white",
scales = "free", line.type = NULL, line.color = NULL,
point.size = NULL, point.shape = NULL, title = NULL,
title.size = 15, axis.label.size = 13, axis.tick.size = 11,
axis.x.label = NULL, axis.y.label = NULL, facet.label.size = 13,
facet.label.background = "#003C7D33", ncol = 1, nrow = NULL, ...)
|
x |
A |
to.unit |
A |
background |
A |
scales |
Same as |
line.type |
A |
line.color |
A |
point.size |
A |
point.shape |
A |
title |
A |
title.size |
An |
axis.label.size |
An |
axis.tick.size |
An |
axis.x.label |
A |
axis.y.label |
A |
facet.label.size |
An |
facet.label.background |
A |
ncol |
An |
nrow |
An |
... |
other arguments passed to specific methods. |
A ggplot2
panel containing the graph of latent time series.
Wenchao
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.