r - TraMineR Sorting Index plots -


i need advice on how sort sequence indexplot state. in other words, instead of having individual sequence stocked on each other frequent, see sequences start (beginning of sequence) state @ bottom of plot.

is possible?

here example of syntax:

seqiplot(emsmi.seq, border = na, group = emsmi$ race, sortv = dist.mostfreq) 

yes is. can set sortv argument "from.start" or "from.end".

seqiplot(emsmi.seq, border = na, group = emsmi$ race, sortv = "from.start") 

hope helps.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -