powered by
Plots the summary matrix with counts on y-axis and classification on x-axis.
# S3 method for dbcompare plot(x,log="y",las=3,xlab="Match/Partial",ylab="Counts",...)
Summary matrix returned from dbcompare
Specifies whether log(Counts) should be plotted (default)
Direction of the labels on x-axis. Default is 3 which gives perpendicular labels
Axis label
Other plot options
A plot of the summary matrix. The counts are on log10 scale and the x-axis is labeled by appropriate matching/partially-matching levels.
Plots the summary matrix
dbCompare,print.dbcompare
# NOT RUN { # } # NOT RUN { data(dbExample) M = dbCompare(dbExample,hit=5) plot(M) # }
Run the code above in your browser using DataLab