- x
an object of class stslist.statd
as produced by the seqstatd
function.
- type
if "d"
(default), a state distribution plot is produced. If "Ht"
an entropy index plot is produced.
- cpal
alternative color palette to be used for the states. If user specified, a vector of colors with number of elements equal to the number of states in the alphabet. By default, the 'cpal' attribute of the x
object is used.
- ylab
an optional label for the y axis. If set to NA, no label is drawn.
- yaxis
Logical. Should the y axis be displayed? Default is TRUE
.
- xaxis
Logical. Should the x-axis be displayed? Default is TRUE
.
- xtlab
optional labels for the ticks of the x-axis. If unspecified, the names
attribute of the input x
object is used.
- xtstep
optional interval at which the tick-marks and labels of the x-axis are displayed. For example, with xtstep=3 a tick-mark is drawn at position 1, 4, 7, etc... The display of the corresponding labels depends on the available space and is dealt with automatically. If unspecified, the xtstep
attribute of the x
object is used.
- tick.last
Logical. Should a tick mark be enforced at the last position on the x-axis? If unspecified, the tick.last
attribute of the x
object is used.
- cex.axis
Axis annotation magnification. See par
.
- space
the space between the stacked bars. Default is 0, i.e. no space.
- xlab
Optional title for the x axis. See title
.
- lwd
Width of entropy line. Default is 3.5. Ignored when type="d"
.
- col
Color of entropy line. Default is "blue"
. Ignored when type="d"
.
- ylim
Real vector of length two. Limits of the y-axis for the entropy line. Default is NULL
. Ignored when type="d"
.
- cex.plot
Deprecated. Use cex.axis
instead.
- ...
further graphical parameters such as las
to control orientation of tick labels (see par
) and barplot
arguments such as border=NA
to remove the borders of the bars.