Learn R Programming

DNAtools (version 0.1-8)

print.dbcompare: 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
...
...

Value

  • Prints the summary matrix and data frame with "big hits"

Details

Prints the summary matrix

See Also

dbCompare, plot.dbcompare

Examples

Run this code
data(dbExample)
  M = dbCompare(dbExample,hit=5)
  M

Run the code above in your browser using DataLab