powered by
Plots the NNDR score as a gauge-style bar.
# S3 method for rsdv_privacy_report autoplot(object, ...)
A ggplot object.
ggplot
An rsdv_privacy_report object.
rsdv_privacy_report
Unused.
# \donttest{ syn <- gaussian_copula_synthesizer(metadata(adult_income)) |> fit(adult_income) synth <- sample(syn, n = 500) pr <- privacy_report(adult_income, synth) ggplot2::autoplot(pr) # }
Run the code above in your browser using DataLab