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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -