dot-plotOutliers: Plot flagged outliers

Description Usage Arguments Value

Description

An internal capability to quickly plot outlier data.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
.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


AirSensor documentation built on March 13, 2021, 1:07 a.m.