R/stlab.R

Defines functions stlab

Documented in stlab

## ================================================
## Retrieve the state labels from a sequence object
## ================================================

stlab <- function(seqdata) {
	statelab <- attr(seqdata,"labels")
	return(statelab)
}

Try the TraMineR package in your browser

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

TraMineR documentation built on Dec. 14, 2025, 5:06 p.m.