get_crosswalk {segregation} | R Documentation |
Create crosswalk after compression
Description
After running compress, this function creates a crosswalk table. Usually it is preferred to call merge_units directly.
Usage
get_crosswalk(compression, n_units = NULL, percent = NULL, parts = FALSE)
Arguments
compression |
A "segcompression" object returned by compress. |
n_units |
Determines the number of merges by specifying the number of
units to remain in the compressed dataset.
Only |
percent |
Determines the number of merges by specifying the percentage
of total segregation information retained in the compressed dataset.
Only |
parts |
(default: FALSE) |
Value
Returns a ggplot2 plot.
Returns a data.table.
[Package segregation version 1.1.0 Index]