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 cellComparison
barplot(
height,
las = 1,
cex.axis = 0.8,
cex.legend = cex.axis,
wrap = TRUE,
...
)
object of class cellComparison
[numeric
] in {0,1,2,3}
determining axis label rotation
[numeric
] Magnification with respect to the current
setting of cex
for axis annotation.
[numeric
] Magnification with respect to the current
setting of cex
for legend annotation and title.
[logical
] Toggle wrapping of x-axis labels when their width
exceeds the width of the column.
Graphical parameters passed to barplot.default
.
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