Versions of a data set can be compared cell by cell
using cells
. The result is a cellComparison
object. This method creates a line-graph, thus suggesting an
that an ordered sequence of data sets have been compared.
See also barplot,cellComparison-method
for an
unordered version.
# S4 method for cellComparison
plot(x, xlab = "", ylab = "", las = 2, cex.axis = 0.8, cex.legend = 0.8, ...)
a cellComparison
object.
[character
] label for x axis (default none)
[character
] label for y axis (default none)
[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.
Graphical parameters, passed to plot
. See par
.
Other comparing:
as.data.frame,cellComparison-method
,
as.data.frame,validatorComparison-method
,
barplot,cellComparison-method
,
barplot,validatorComparison-method
,
cells()
,
compare()
,
match_cells()
,
plot,validatorComparison-method