show-methods {haplotypes} | R Documentation |
Methods for function show
in the package haplotypes
Description
Show objects of classes Dna
, Haplotype
, and Parsimnet
Methods
signature(object = "Dna")
-
displays
Dna
object briefly: The total number of DNA sequences, names of the first six sequences (if nrow(x)>=6), length of the shortest and longest sequences and the names of the slots. signature(object = "Haplotype")
-
displays
Haplotype
object briefly: The list of individuals that share the same haplotypes, the total number of haplotypes and the names of the slots. signature(object = "Parsimnet")
-
displays
Parsimnet
object briefly: The total number of networks, the maximum connection steps at chosen probability, the total number of haplotypes in each network,the total number of intermediates in each network, total network lengths (scores) of each network and the names of the slots.
[Package haplotypes version 1.1.3.1 Index]