plot.localSuppression function

Plots for localSuppression objects

Plots for localSuppression objects

This function creates barplots to display the number of suppressed values in categorical key variables to achieve k-anonymity.

## S3 method for class 'localSuppression' plot(x, ...)

Arguments

  • x: object of derived from localSuppression()

  • ...: Additional arguments, currently available are:

    • "showDetails": logical, if set, a plot of suppressions by strata is shown (if possible)

Returns

a ggplot plot object

Examples

data(francdat)

See Also

localSuppression()

Author(s)

Bernhard Meindl, Matthias Templ