plot.dbcompare: Plots the summary matrix

View source: R/plot.R

plot.dbcompareR Documentation

Plots the summary matrix

Description

Plots the summary matrix with counts on y-axis and classification on x-axis.

Usage

## S3 method for class 'dbcompare'
plot(x, log = "y", las = 3, xlab = "Match/Partial", ylab = "Counts", ...)

Arguments

x

Summary matrix returned from dbcompare

log

Specifies whether log(Counts) should be plotted (default)

las

Direction of the labels on x-axis. Default is 3 which gives perpendicular labels

xlab

Axis label

ylab

Axis label

...

Other plot options

Value

A plot of the summary matrix. The counts are on log10 scale and the x-axis is labeled by appropriate matching/partially-matching levels.

Author(s)

James Curran and Torben Tvedebrink

See Also

dbCompare,print.dbcompare

Examples


  ## Not run: 
  data(dbExample)
  M = dbCompare(dbExample,hit=5)
  plot(M)
  
## End(Not run)


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