lines.etm | R Documentation |
Lines method for etm
objects
## S3 method for class 'etm'
lines(x, tr.choice, col = 1, lty,
conf.int = FALSE, level = 0.95, ci.fun = "linear",
ci.col = col, ci.lty = 3, ...)
x |
An object of class |
tr.choice |
character vector of the form |
col |
Vector of colours. Default is black. |
lty |
Vector of line type. Default is 1:number of transitions |
conf.int |
Logical specifying whether to plot confidence intervals. Default is FALSE. |
level |
Level of the confidence interval. Default is 0.95. |
ci.fun |
Transformation applied to the confidence intervals. It
could be different for all transition probabilities, though if
|
ci.col |
Colours of the confidence intervals. Default value is
the same as |
ci.lty |
Line types for the confidence intervals. Default is 3. |
... |
Further arguments for |
No value returned.
Arthur Allignol, arthur.allignol@gmail.com
etm
, plot.etm
, xyplot.etm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.