Skip to main content
Since 1.3.0 Aggregate data into an intermediate statistical aggregate form for further calculation. This is the first step for performing any statistical aggregate calculations on two-dimensional data. Use stats_agg to create an intermediate aggregate (StatsSummary2D) from your data. This intermediate form can then be used by one or more accessors in this group to compute the final results. Optionally, multiple such intermediate aggregate objects can be combined using rollup() or rolling() before an accessor is applied.

Arguments

The syntax is:

Returns