LTTB_aggregator         Aggregation using Largest Triangle Three
                        Buckets (LTTB) method.
aggregator              R6 base class for the aggregation
candlestick_aggregator
                        Aggregation which returns the candle sticks
custom_func_aggregator
                        Aggregation using a user-defined function.
custom_stat_aggregator
                        Aggregation which returns arbitrary statistics
downsampler             R6 class for down-sampling data
eLTTB_aggregator        Aggregation using local minimum and maximum
                        values, and Largest Triangle Three Buckets
                        (LTTB) method.
list_aggregators        Show the aggregation functions
max_aggregator          Aggregation using local maximum (absolute)
                        values.
min_max_aggregator      Aggregation using local minimum and maximum
                        values.
min_max_ovlp_aggregator
                        Aggregation using local minimum and maximum
                        values of which small data ranges have 50%
                        overlaps.
noise_fluct             Time-series fluctuations in sound level
nth_pnt_aggregator      Aggregation which returns every Nth point.
null_aggregator         NULL aggregator.
plotly_build_light      Build 'plotly' data with low computation cost
plotly_datahandler      R6 class for handling plotly data
range_stat_aggregator   Aggregation which returns the ranges and
                        nominal values within small data ranges
rms_max_aggregator      Aggregation which returns the rms and maximum
                        values within small data ranges
rng_aggregator          Aggregation that returns ranges of the data.
shinyHugePlot           shinyHugePlot
shiny_hugeplot          Wrapper for plotting large-sized data using
                        'shinyHugePlot'
updatePlotlyH           Function to call a method to update 'plotly'
                        traces
