assign_clust: Function to assign population to centers of services

Description Usage Arguments Value Examples

View source: R/assign_clust.R

Description

Function to process the results from EPP::clust_it

Usage

1
assign_clust(clustered)

Arguments

clustered

List of the population assigned to each center by EPP::clust_it

Value

list with Centers of the clusters with the number of individuals covered for each service distance and mean distances and Population with the center assigned to

Examples

1
2
a <- clust_it(pop_epp)
a <- assign_clust(clustered = a)

EPP documentation built on Jan. 25, 2022, 5:07 p.m.