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 Jan. 9, 2024, 3:02 p.m.