Last data update: 2014.03.03

R: Prints the summary matrix
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)

Results