Usage
seqplot.tentrop(seqdata, group, title=NULL,
col=NULL, lty=NULL, lwd=3.5, ylim=NULL, xtlab=NULL,
xtstep=NULL, withlegend=TRUE, glabels=NULL,
legendpos="topright", horiz=FALSE, cex.legend=1, ...)
seqplot.tentrop.m(seqdata.list, title=NULL,
col=NULL, lty=NULL, lwd=3.5, ylim=NULL, xtlab=NULL,
xtstep=NULL, withlegend=TRUE, glabels=NULL,
legendpos="topright", horiz=FALSE, cex.legend=1, ...)Arguments
seqdata
a state sequence object (see seqdef). seqdata.list
a list of state sequence objects.
group
a factor giving the group membership of each sequence in seqdata.
title
a character string giving the title of the graphic; if NULL, a default title is printed.
col
a vector of colors for the different curves.
lty
a vector of line types for the different curves. See lines. lwd
numeric or vector of numerics: width of curve lines. See lines. ylim
pair of numerics defining the range for the y-axis. If left NULL, the limits are defined from the data.
xtlab
vector of strings defining the x-axis tick labels.
xtstep
integer: step between tick marks on the x-axis.
glabels
a vector of strings with the curve labels. If NULL curves are labeled with the levels of the group variable or, for seqplot.tentrop.m, as seq1, seq2, ...
withlegend
logical: Should the legend be plotted. Default is TRUE.
legendpos
legend position: default is "topright". Seelegend. horiz
logical: Should the legend be displayed horizontally. Set as FALSE by default, i.e., legend is displayed vertically.
cex.legend
Scale factor for the legend.
...
additional plot parameters (see par).