create_aggregate_structure | R Documentation |
Create a list containing all the area dependencies and number of for each area in the hierarchy
create_aggregate_structure(areas, area_lev)
areas |
|
area_lev |
|
A list of length 2 containing:
"sub_region_list"A list of the specific sub-regions contained within each space (i.e. for each area_id) (including itself)
"n_links_df"A dataframe with 2 columns, area_id and ndep, detailing the number of sub-regions contained within each area_id (also including itself)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.