dot-plotOutliers: Plot flagged outliers

.plotOutliersR Documentation

Plot flagged outliers

Description

An internal capability to quickly plot outlier data.

Usage

.plotOutliers(
  df = NULL,
  parameter = "pm25",
  ylim = NULL,
  xlab = "Date",
  ylab = "ug / m3",
  title = "default",
  subtitle = NULL,
  data_shape = 18,
  data_size = 1,
  data_color = "black",
  data_alpha = 0.5,
  outlier_shape = 8,
  outlier_size = 1,
  outlier_color = "red",
  outlier_alpha = 1
)

Arguments

df

data frame that contains datetime, PM2.5, and outlier boolean flags

parameter

the parameter with the associated outliers flag

ylim

y axis limits

xlab

x axis label

ylab

y axis label

title

plot title

subtitle

plot substitle

data_shape

shape of points

data_size

size of points

data_color

color of points

data_alpha

alpha of points

outlier_shape

outlier point shape

outlier_size

outlier point size

outlier_color

outlier point color

outlier_alpha

outlier point alpha

Value

gg object


MazamaScience/AirSensor documentation built on April 28, 2023, 11:16 a.m.