Learn R Programming

rsdv (version 0.2.0)

autoplot.rsdv_quality_report: Plot a quality report

Description

Produces a bar chart of per-column similarity scores, with a horizontal line at the overall score.

Usage

# S3 method for rsdv_quality_report
autoplot(object, ...)

Value

A ggplot object.

Arguments

object

An rsdv_quality_report object.

...

Unused.

Examples

Run this code
# \donttest{
syn <- gaussian_copula_synthesizer(metadata(adult_income)) |> fit(adult_income)
synth <- sample(syn, n = 500)
qr <- quality_report(adult_income, synth, metadata(adult_income))
ggplot2::autoplot(qr)
# }

Run the code above in your browser using DataLab