plot,validatorComparison-method | R Documentation |
The performance of versions of a data set with regard to rule-based quality
requirements can be compared using using compare
. The result is a
validatorComparison
object. This method creates a line-graph, thus
suggesting an that an ordered sequence of data sets have been compared. See
also barplot,validatorComparison-method
for an unordered version.
## S4 method for signature 'validatorComparison'
plot(x, xlab = "", ylab = "", las = 2, cex.axis = 0.8, cex.legend = 0.8, ...)
x |
Object of class |
xlab |
[ |
ylab |
[ |
las |
[ |
cex.axis |
[ |
cex.legend |
[ |
... |
Graphical parameters, passed to |
Other comparing:
as.data.frame,cellComparison-method
,
as.data.frame,validatorComparison-method
,
barplot,cellComparison-method
,
barplot,validatorComparison-method
,
cells()
,
compare()
,
match_cells()
,
plot,cellComparison-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.