Description Usage Arguments Value Examples
Generalization of the plot
function to
work on fitted LDA_TS model objects (class LDA_TS
) returned by
LDA_TS
).
1 2 3 | ## S3 method for class 'LDA_TS'
plot(x, ..., cols = set_LDA_TS_plot_cols(),
bin_width = 1, xname = NULL, border = NA, selection = "median")
|
x |
A |
... |
Additional arguments to be passed to subfunctions. Not currently
used, just retained for alignment with |
cols |
|
bin_width |
Width of the bins used in the histograms of the summary time series plot, in units of the time variable used to fit the model (the x-axis). |
xname |
Label for the x-axis in the summary time series plot. Defaults
to |
border |
Border for the histogram, default is |
selection |
Indicator of the change points to use in the time series
summary plot. Currently only defined for |
NULL
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.