print.dbcompare {DNAtools} | R Documentation |
Prints the summary matrix
Description
Prints the summary matrix and possible 'big hits'.
Usage
## S3 method for class 'dbcompare'
print(x, ...)
Arguments
x |
Summary matrix returned from dbcompare |
... |
... |
Details
Prints the summary matrix
Value
Prints the summary matrix and data frame with 'big hits'
Author(s)
James Curran and Torben Tvedebrink
See Also
dbCompare,plot.dbcompare
Examples
## Not run:
data(dbExample)
M = dbCompare(dbExample,hit=5)
M
## End(Not run)
[Package DNAtools version 0.2-4 Index]