diff --git a/docs/aggregate__across__cells_8hpp.html b/docs/aggregate__across__cells_8hpp.html index c425581..5f442e2 100644 --- a/docs/aggregate__across__cells_8hpp.html +++ b/docs/aggregate__across__cells_8hpp.html @@ -95,18 +95,21 @@
#include <algorithm>
#include <vector>
#include "tatami/tatami.hpp"
#include "tatami_stats/tatami_stats.hpp"
#include <unordered_set>
#include <stdexcept>
#include "tatami/tatami.hpp"
#include "tatami_stats/tatami_stats.hpp"
The array of groupings should contain integer assignments to groups 0, 1, 2, etc. For more complex groupings defined from combinations of multiple factors, the combine_factors()
utility will create group assignments from unique combinations of those factors:
Check out the reference documentation for more details.
FetchContent