validate (version 0.9.3)

plot,validatorComparison-method: Line graph of validatorComparison object

Description

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.

Usage

# S4 method for validatorComparison
plot(x, xlab = "", ylab = "", las = 2, cex.axis = 0.8, cex.legend = 0.8, ...)

Arguments

x

Object of class validatorComparison.

xlab

[character] label for x axis (default none)

ylab

[character] label for y axis (default none)

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.

...

Graphical parameters, passed to plot. See par.

See Also

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