Usage
## S3 method for class 'TPCmsm':
contour(x, contour.type="tc", tr.choice, nlevels=20, levels=pretty(zlim, nlevels),
xlim, ylim, zlim=c(0, 1), col=grey(0.4), xlab, ylab, main="", sub="",
add=FALSE, las=1, conf.int=FALSE, legend=TRUE, curvlab, ...)
Arguments
x
An object of class TPCmsm.
contour.type
A character string specifying the type of contour.
If tc the contour with time in the x axis, covariate in the y axis and transition probability in the z axis is drawn.
If ct the contour with covariate in the x axis,
tr.choice
Character vector of the form c(from to, from to)
specifying which transitions should be plotted.
Default, all the transition probabilities are plotted.
nlevels
The number of levels to divide the range of z. Defaults to 20 levels.
levels
Numeric vector of levels at which to draw contour lines.
Defaults to pretty(zlim, nlevels).
xlim
Limits of x-axis for the plot.
ylim
Limits of y-axis for the plot.
zlim
Limits of z-axis for the plot. Defaults to c(0, 1).
col
Color for the lines drawn. Defaults to grey(0.4).
xlab
x-axis label. If contour.type="tc" defaults to Time.
If contour.type="ct" defaults to Covariate.
ylab
y-axis label. If contour.type="tc" defaults to Covariate.
If contour.type="ct" defaults to Time.
main
The main title for the plot. By default no main title is added.
sub
A sub title for the plot. By default no sub title is added.
add
logical. If TRUE, add to a current plot.
las
The style of labeling to be used. The default is to use horizontal labeling.
conf.int
Logical. Whether to display contour plots of confidence regions. Default is FALSE.
legend
A logical specifying if a legend should be added.
curvlab
A character or expression vector to appear in the legend.
Default is the name of the transitions.
...
Further arguments for contour.