Description Usage Arguments Value Note Author(s) Examples
This function counts the number of fully-ordered vectors at each distance in
N!
space.
1 | DistanceDistribution(N = 3)
|
N |
Integer value, greater than or equal to 3. |
Table-like structure, where the names represent the distance from
the modal sequence of each sequence in N!
space,
and the values represent the number of sequences at that distance in the sequence space.
Taken directly from R CRAN package RMallow.
Erik Gregory
1 2 3 4 5 | ## Not run:
# DistanceDistribution(10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.