R/seqrfplot.R

Defines functions seqrfplot

Documented in seqrfplot

## =============================
## Plotting medoids of relative frequeny group of sequences
## =============================

seqrfplot <- function(seqdata, group = NULL, main = "auto", ...) {
	seqplot(seqdata, group=group, type="rf", 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 Sept. 19, 2023, 1:07 a.m.