<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm a new TraMineR user and just ran into a problem while using the seqIplot function. I'm making a plot of hundreds of sequences. To make it possible to see patterns, I'm trying to sort the sequences by more than one variable. It works as expected when I sort by one variable. But when I try to sort by more than one, I get the exact same result as when I sort by one variable. <div><br></div><div>Here are the two commands I'm using</div><div><br></div><div># Sort by one variable</div><div>seqIplot(df.seq, border=NA, withlegend="right", sortv=df$s09as) </div><div><br></div><div># Sort by two variables</div><div>seqIplot(df.seq, border = NA, withlegend="right", sortv=c(df$s09as, df$f09as))  </div><div><br></div><div>I get the exact same plot either way, and no warnings or errors.</div><div><br></div><div><div>Is there a way to sort by more than one variable?</div><div><br></div></div><div>Thanks for your help.</div><div><br></div><div>Best Wishes,</div><div>Joel Schwartz</div><div><br></div><div><br></div></body></html>