AllSeqDists {RMallow} | R Documentation |
Calculate all distances between a set of sequences and a fixed sequence.
Description
Used to calculate the sequence Kendall distance distribution in N! space.
Usage
AllSeqDists(seqs)
Arguments
seqs |
Matrix or data frame of sequences. |
Value
Vector of the distances from the sequences to 1:N.
Author(s)
Erik Gregory
[Package RMallow version 1.1 Index]