plot.localSuppression {sdcMicro} | R Documentation |
Plots for localSuppression objects
Description
This function creates barplots to display the number of suppressed values
in categorical key variables to achieve k
-anonymity.
Usage
## S3 method for class 'localSuppression'
plot(x, ...)
Arguments
x |
object of derived from |
... |
Additional arguments, currently available are:
|
Value
a ggplot
plot object
Author(s)
Bernhard Meindl, Matthias Templ
See Also
Examples
data(francdat)
[Package sdcMicro version 5.7.8 Index]