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