R/seqfplot.R

Defines functions seqfplot

Documented in seqfplot

## ================================
## PLot of the sequences frequency
## ================================

seqfplot <- function(seqdata, group = NULL, main = "auto", ...) {
	seqplot(seqdata, group=group, type="f", 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 Jan. 9, 2024, 3:02 p.m.