print.dbcompare {DNAtools} | R Documentation |
Prints the summary matrix and possible 'big hits'.
## S3 method for class 'dbcompare'
print(x, ...)
x |
Summary matrix returned from dbcompare |
... |
... |
Prints the summary matrix
Prints the summary matrix and data frame with 'big hits'
James Curran and Torben Tvedebrink
dbCompare,plot.dbcompare
## Not run:
data(dbExample)
M = dbCompare(dbExample,hit=5)
M
## End(Not run)