Create network window zones
network_window(adjacency_matrix, dist_matrix, type, cluster_max)A boolean matrix, with element (i,j) set to TRUE if location j is adjacent to location i.
Distance matrix
Currently, "connected_B" only.
Maximum cluster size. Zone If this value is reached, the area will not be expanded any further. It's a good idea to keep it to the number of stops on the line you're dealing with.