Learn R Programming

EPP (version 0.3.6.1)

group_over: group_over

Description

grouping of id and capacity of centers who overlapping geometries

Usage

group_over(x)

Arguments

x

A data.frame with unless four variables: x, y, id, capacity

Value

A data.frame without geographic duplicates, aggregating ids and capacity

Examples

Run this code
# NOT RUN {
group_over(rbind(centers_epp, centers_epp[ 1:3,]))
# }

Run the code above in your browser using DataLab