- x
an object of class stslist.rep as produced by the seqrep
function.
- cpal
alternative color palette to use 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, this color is taken from the "missing.color" attribute of the sequence object being plotted.
- pbarw
when TRUE
, the bar heights are set proportional to the number of represented sequences.
- dmax
maximal theoretical distance, used for the x axis limits.
- stats
if TRUE
(default), mean discrepancy in each subset defined by all sequences attributed to one representative sequence and the mean distance to this representative sequence are displayed.
- ylab
an optional label for the y axis. If set to NA
, no label is drawn.
- xaxis
controls whether a x axis is plotted.
- xtlab
optional labels for the x axis ticks labels. If unspecified, the column names of the object being plotted.
- 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.
- seq.alt
an object of class stslist with same number of sequences than the sequence object for which the representatives x
are provided. When not NULL
, representatives are plotted in this alternative domain.
- info
Logical. Should coverage info be displayed? Default is TRUE
.
- cex.with.axis
Text and symbols magnification.
- cex.plot
Deprecated. Use cex.with.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.