R/pat_scatterPlotMatrix.R
pat_scatterPlotMatrix.Rd
Creates a multi-panel scatterPlot comparing all variables in the pat object. If any variables have no valid data, they are omitted from the plot.
The list of available parameters include:
datetime
-- measurement time
pm25_A
-- A channel PM2.5 (ug/m3)
pm25_B
-- B channel PM2.5 (ug/m3)
temperature
-- temperature (F)
humidity
-- humidity (%)
pat_scatterPlotMatrix(
pat = NULL,
parameters = c("datetime", "pm25_A", "pm25_B", "temperature", "humidity"),
sampleSize = 5000,
sampleFraction = NULL,
size = 0.5,
shape = 15,
color = "black",
alpha = 0.25
)
PurpleAir Timeseries pat object.
Vector of parameters to include.
Integer to determine sample size.
Fractional sample size.
Size of points.
Symbol to use for points.
Color of points.
Opacity of points.
Multi-panel ggplot comparing all parameters.