R/seqiplot.R

Defines functions seqIplot seqiplot

Documented in seqiplot seqIplot

## =============================
## Plotting individual sequences
## =============================

seqiplot <- function(seqdata, group = NULL, main = "auto", ...) {
	seqplot(seqdata, group=group, type="i", main=main, ...)
}
seqIplot <- function(seqdata, group = NULL, main = "auto", ...) {
	seqplot(seqdata, group=group, type="I", 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.