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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -