Learn R Programming

EPP (version 0.3.6.1)

assign_clust: Function to assign population to centers of services

Description

Function to process the results from EPP::clust_it

Usage

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

Run this code
# NOT RUN {
a <- clust_it(pop_epp)
a <- assign_clust(clustered = a)
# }

Run the code above in your browser using DataLab