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 Sept. 19, 2023, 1:07 a.m.