View source: R/plotTempoMech.R
plotTempoMech | R Documentation |
Plots tpdag, tskeleton and tamat objects.
plotTempoMech( x, addTimeAxis = TRUE, addPsi = TRUE, varLabels = NULL, periodLabels = NULL, colors = NULL, ... )
x |
The tpdag/tskeleton or tamat to plot. |
addTimeAxis |
Logical indicating whether a time axis should be added to the plot. |
addPsi |
Logical indicating whether the sparsity level should be added to the plot. |
varLabels |
A named list of variable labels. |
periodLabels |
A character vector with labels for periods. |
colors |
A character vector with colors to use for marking periods. Should have at least as many elements as the numbers of periods. |
... |
Additional arguments passed to |
No return value, the function is called for its side-effects (plotting).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.