Learn R Programming

DNAtools (version 0.1-22)

print.dbcompare: Prints the summary matrix

Description

Prints the summary matrix and possible "big hits".

Usage

# S3 method for 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
# NOT RUN {
  
# }
# NOT RUN {
  data(dbExample)
  M = dbCompare(dbExample,hit=5)
  M
  
# }

Run the code above in your browser using DataLab