Prints the summary matrix and possible 'big hits'.

# 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

if (FALSE) { data(dbExample) M = dbCompare(dbExample,hit=5) M }