R/cpal.R

Defines functions cpal

Documented in cpal

## ================================================
## Retrieve the color palette from a sequence object
## ================================================

cpal <- function(seqdata) {
	palette <- attr(seqdata,"cpal")
	return(palette)
}

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.