number of digits for the rounding of the results. Default to 2, set to NULL if you don't want any rounding.
norm
if TRUE (the default value), entropy is normalized, ie divided by the entropy of the alphabet. Set to FALSE if you want the entropy without normalization.
data(biofam)
biofam.seq <- seqdef(biofam,10:25)
sd <- seqstatd(biofam.seq)
barplot(sd$Entropy, main="Entropy of the states distribution, by age",
,xlab="Age",ylab="Entropy",col="green")