Creates a plot of raw monitoring data as generated using raw_enhance().
Other options for parameter include
"temperature", "humidity", "windSpeed", "windDir", "pressure"
or any of the other raw
parameters (try names(df) to see list of options)
rawPlot_timeseries(df, parameter = "pm25", tlim = NULL,
localTime = TRUE, shadedNight = TRUE, shadedBackground = NULL,
sbLwd = 1, add = FALSE, gridPos = "", gridCol = "black",
gridLwd = 1, gridLty = "solid", dayLwd = 0, hourLwd = 0,
hourInterval = 6, ...)enhanced, raw dataframe as created by the raw_enhance() function
raw parameter to plot
optional vector with start and end times (integer or character representing YYYYMMDD[HH])
logical specifying whether tlim is in local time or UTC
add nighttime shading
add vertical lines for a second parameter
shaded background line width
logical specifying whether to add to the current plot
position of grid lines either 'over', 'under' or '' for no grid lines
grid line color
grid line width
grid line type
day marker line width
hour marker line width
interval for grid (max=12)
additional arguments to pass to lines() function
Note that for multiple deployments, shadedNight defaults to use the lat/lon for the first deployment, which in theory
could be somewhat unrepresentative, such as if deployments have a large range in latitude.