sort_sequences {seqHMM} | R Documentation |
Sort sequences in a sequence object
Description
Sort sequences in a sequence object
Usage
sort_sequences(x, sort_by = "start", sort_channel = 1, dist_method = "OM")
Arguments
x |
An |
sort_by |
A character string specifying the sorting criterion. Options
are |
sort_channel |
An integer or character string specifying the channel to
sort by (unless |
dist_method |
A character string specifying the distance method to use
when sorting by the multidimensional scaling. Passed to
|
[Package seqHMM version 2.0.0 Index]