plot_dq: Plot 'dq' objects

Description Usage Arguments

Description

Plot dq objects

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'dq_univariate'
plot(x, variable, data, ...)

## S3 method for class 'dq_multivariate'
plot(x, cutoff = 0.05, ...)

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

Arguments

x

An object

variable

Character string: which variable to plot?

data

The original data.frame used in dq_univariate.

...

Other arguments.

cutoff

The cutoff for outliers.


mayoverse/dq documentation built on March 14, 2020, 1:17 a.m.