plot.fairadapt: Plotting data before and after adaptation

View source: R/generics.R

plot.fairadaptR Documentation

Plotting data before and after adaptation

Description

Plotting data before and after adaptation

Usage

## S3 method for class 'fairadapt'
plot(x, when = "after", ...)

Arguments

x

An object of class "fairadapt".

when

A character(1L) indicating whether data before or after adaptation is visualized. Default value is "after", but can also take values "before" and "both" (in which case both visualizations are provided).

...

In this case ignored.

Value

A base R plot for visualizing the distribution of the outcome before/after the adaptation procedure.


fairadapt documentation built on Sept. 11, 2024, 5:51 p.m.