print.dbcompare: Prints the summary matrix

View source: R/dbcompare.R

print.dbcompareR 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)


DNAtools documentation built on March 18, 2022, 7:01 p.m.