plot.ssp {seqHMM}R Documentation

Stack Multichannel Sequence Plots and/or Most Probable Paths Plots from Hidden Markov Models

Description

Function plot.ssp plots stacked sequence plots from ssp objects defined with ssp().

Usage

## S3 method for class 'ssp'
plot(x, ...)

Arguments

x

An ssp object.

...

Ignored.

References

Helske S. and Helske J. (2019). Mixture Hidden Markov Models for Sequence Data: The seqHMM Package in R, Journal of Statistical Software, 88(3), 1-32. doi:10.18637/jss.v088.i03

See Also

ssp() for more examples and information on defining the plot before using plot.ssp; ssplot() for straight plotting of ssp objects; and gridplot() for plotting multiple ssp objects.


[Package seqHMM version 2.0.0 Index]