
Calculate the sizes of the LCCs from an edgelist
lcc_sizes.RdThis function calculates the sizes of the largest connected components (LCCs)
from a set of parquet files containing downsampled edgelists. The LCCs are
computed for each fraction specified in the input tibble df, linking each
fraction to its corresponding parquet file. Moreover, the LCCs are computed per
cell (component).
Arguments
- df
A tibble with columns
pq_files(paths to parquet files) andfracsgenerated withdownsample_to_parquet.- mc_cores
Number of cores to use for parallel processing.