assign_clust: Function to assign population to centers of services

View source: R/assign_clust.R

assign_clustR Documentation

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

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

RichDeto/EPP documentation built on May 5, 2022, 10:23 p.m.