- x
an object of class stslist.freq
as produced by the seqtab
function.
- 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.
- missing.color
alternative color for representing missing values inside the sequences. By default, the missing.color
attribute of the x
object is used.
- pbarw
if pbarw=TRUE
(default), the width of the bars are proportional to the sequence frequency in the dataset.
- ylab
label of the y axis. If set to NA
, no label is drawn.
- yaxis
if TRUE
or "cum"
, the y axis is plotted with a label showing the cumulated percentage frequency of the displayed sequences. If "pct"
, the percentage value for each sequence is displayed.
- xaxis
if TRUE
(default) the x-axis is plotted.
- xtlab
tick labels of the x-axis. If unspecified, the names
attribute of the x
object is used.
- xtstep
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
.
- ...
further graphical and barplot
parameters. For example border=NA
removes the bars borders, space=0
removes space between sequences, las
controls orientation of tick labels. See barplot
and par
for details.
- cex.plot
Deprecated. Use cex.axis
instead.