Function to process the results from EPP::assignation_exist
assign_voro(pop, centers, crs)
DataFrame of the population, with x and y as first two variables, to assign to each center by Voronoi Polygons. (x and y are plain coordinates in the defined CRS)
DataFrame of the centers, with x and y as first two variables, to assign the population by Voronoi Polygons. (x and y are plain coordinates in the defined CRS)
Coordinate Reference Systems (CRS). Default = CRS("+init=epsg:32721")
DataFrame with the variables of the pop DataFrame and all the variables of the center who corresponds by its Voronoi Polygons
Botto, G. y Detomasi, R. (2015), Bases metodol<U+00F3>gicas para la planificaci<U+00F3>n espacial de servicios de educaci<U+00F3>n inicial en Uruguay. Jornadas Argentinas de Geo-tecnolog<U+00ED>as: Trabajos completos. Universidad Nacional de Luj<U+00E1>n - Sociedad de Especialistas Latinoamericanos en Percepci<U+00F3>n Remota - Universidad Nacional de San Luis, pp. 121-128.http://dinem.mides.gub.uy/innovaportal/file/61794/1/tecnologias-de-la-informacion-para-nuevas-formas-de-gestion-del-territorio.-2015.pdf Detomasi, R., Botto, G. y Hahn, M. (2015) CAIF: An<U+00E1>lisis de demanda. Documento de trabajo, Mayo 2015. Departamento de Geograf<U+00ED>a. Direcci<U+00F3>n Nacional de Evaluaci<U+00F3>n y Monitoreo. Ministerio de Desarrollo Social. http://dinem.mides.gub.uy/innovaportal/file/61792/1/caif.-analisis-de-demanda.-2015.pdf R Development Core Team (2015), R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria.ISBN 3-900051-07-0, URL http://www.R-project.org/
# NOT RUN {
assign_voro(pop_epp, centers_epp, crs = sp::CRS("+init=epsg:32721"))
# }
Run the code above in your browser using DataLab