R/seqmtplot.R

Defines functions seqmtplot

Documented in seqmtplot

## ============================================
## PLOT OF THE STATES DISTRIBUTION BY TIME UNIT
## ============================================

seqmtplot <- function(seqdata, group = NULL, main = "auto", ...) {
	seqplot(seqdata, group=group, type="mt", main=main, ...)

}

Try the TraMineR package in your browser

Any scripts or data that you put into this service are public.

TraMineR documentation built on April 12, 2025, 1:53 a.m.