| barplot,cellComparison-method {validate} | R Documentation |
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.
## S4 method for signature 'cellComparison' barplot( height, las = 1, cex.axis = 0.8, cex.legend = cex.axis, wrap = TRUE, ... )
height |
object of class |
las |
[ |
cex.axis |
[ |
cex.legend |
[ |
wrap |
[ |
... |
Graphical parameters passed to |
Before plotting, underscores (_) and dots (.) in x-axis
labels are replaced with spaces.
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