validate (version 0.2.6)

barplot,cellComparison-method: Barplot of cellComparison object

Description

Versions of a data set can be compared cell by cell using cells. The result is a cellComparison object. This method creates a stacked bar plot of the results. See also plot,cellComparison-method for a line chart.

Usage

# S4 method for cellComparison
barplot(height, las = 1, cex.axis = 0.8,
  cex.legend = cex.axis, wrap = TRUE, ...)

Arguments

height

object of class cellComparison

las

[numeric] in {0,1,2,3} determining axis label rotation

cex.axis

[numeric] Magnification with respect to the current setting of cex for axis annotation.

cex.legend

[numeric] Magnification with respect to the current setting of cex for legend annotation and title.

wrap

[logical] Toggle wrapping of x-axis labels when their width exceeds the width of the column.

...

Graphical parameters passed to barplot.default.

See Also

Other comparing: as.data.frame,cellComparison-method, as.data.frame,validatorComparison-method, barplot,validatorComparison-method, cells, compare, match_cells, plot,cellComparison-method, plot,validatorComparison-method