Skip to contents

Summary of Outliers

Usage

summarise_outlier(object, ...)

Arguments

object

object created by ´identify_outlier()´

...

not used

Value

ggplot

Examples

identify_outlier(tibble::as_tibble(ggplot2::txhousing), everything()) |>
  summarise_outlier()