Closed jonathancallahan closed 5 years ago
I've finally decided that this is the best way to go. Each of the following functions should be renamed and quietly deprecated as happened with monitorMap, etc.
monitorMap
monitorPlot_dailyBarplot
monitor_dailyBarplot
monitorPlot_hourlyBarplot
monitor_hourlyBarplot
monitorPlot_noData
monitor_noDataPlot
monitorPlot_rollingMean
monitor_rollingMeanPlot
monitorPlot_timeOfDaySpaghetti
monitorPlot_timeseries
monitor_timeseriesPlot
My concern about people finding all of these functions will be allayed by creating a vignette describing all available plot types -- separate issue.
I've finally decided that this is the best way to go. Each of the following functions should be renamed and quietly deprecated as happened with
monitorMap
, etc.monitorPlot_dailyBarplot
-->monitor_dailyBarplot
monitorPlot_hourlyBarplot
-->monitor_hourlyBarplot
monitorPlot_noData
-->monitor_noDataPlot
monitorPlot_rollingMean
-->monitor_rollingMeanPlot
monitorPlot_timeOfDaySpaghetti
--> remove this by commenting out all of the code to see if anyone misses itmonitorPlot_timeseries
-->monitor_timeseriesPlot
My concern about people finding all of these functions will be allayed by creating a vignette describing all available plot types -- separate issue.