autoplot.mirvie_cohort_outliers: Plot a 'mirvie_cohort_outliers' object.

Description Usage Arguments Value

Description

A mirvie_cohort_outliers object is the output of a call to get_cohort_outliers().

Usage

1
2
## S3 method for class 'mirvie_cohort_outliers'
autoplot(object, pcx = 1, pcy = 2, plotly = interactive(), ...)

Arguments

object

A mirvie_cohort_outliers object.

pcx

An integer between 1 and 5. The principal component that will be on the x axis.

pcy

An integer between 1 and 5. The principal component that will be on the y axis.

plotly

A flag. Make the plot interactive (with mirvie ID tooltips)?

...

Not currently used.

Value

A ggplot2::ggplot() or a plotly::ggplotly().


mirvie/mirmisc documentation built on Dec. 21, 2021, 7 p.m.