R/custom_pm25TimeseriesScales.R
custom_pm25TimeseriesScales.Rd
Add USFS AirFire-style x-axis and y-axis scales suitable for a timeseries plot showing PM2.5 data.
A mts_monitor object.Should match the default dataset of the plot.
Desired start date (integer or character in ymd format or POSIXct).
Desired end date (integer or character in ymd format or POSIXct).
custom y-axis limits. This function will apply a default limit depending on the data.
Timezone for x-axis scale. If NULL and only one timezone
present in monitor
, that timezone will be used. If NULL and multiple
timezones present, the default is UTC.
Custom xlab. If NULL
a default xlab will be generated.
Vector of range expansion constants used to add some padding around the data on the y-axis, to ensure that they are placed some distance away from the axes.
Vector of range expansion constants used to add some padding around the data on the x-axis, to ensure that they are placed some distance away from the axes.
Additional arguments passed on to
custom_datetimeScale
.