range-methods {haplotypes} | R Documentation |
Returns the minimum and maximum lengths of the DNA sequences
Description
range
returns the lengths of shortest and longest DNA sequences.
Usage
## S4 method for signature 'Dna'
range(x)
Arguments
x |
an object of class |
Value
an integer of length two.
Methods
signature(x = "Dna")
-
range
See Also
Examples
data("dna.obj")
x <-dna.obj
## shortest and longest DNA sequence lengths
range(x)
[Package haplotypes version 1.1.3.1 Index]