An internal capability to quickly plot outlier data.
.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
)
data frame that contains datetime, PM2.5, and outlier boolean flags
the parameter with the associated outliers flag
y axis limits
x axis label
y axis label
plot title
plot substitle
shape of points
size of points
color of points
alpha of points
outlier point shape
outlier point size
outlier point color
outlier point alpha
gg object