| dist_info | R Documentation | 
Calculate Variation of Information Distances
dist_info(plans, shp, total_pop, ncores = 1)
| plans | A  | 
| shp | A  | 
| total_pop | Unqouted name of column in  | 
| ncores | Integer number of cores to use. Default is 1. | 
matrix of plan distances
data(nh)
data(nh_m)
# For a single plan (distance is trivial, 0):
dist_info(plans = nh$r_2020, shp = nh, total_pop = pop)
# Or many plans:
dist_info(plans = nh_m[, 3:5], shp = nh, total_pop = pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.