njtierney / maxcovr

Tools in R to make it easier to solve the Maximal Coverage Location Problem
http://maxcovr.njtierney.com/
GNU General Public License v3.0
43 stars 12 forks source link

Internal a mat #18

Closed njtierney closed 7 years ago

njtierney commented 7 years ago

This adds some great functionality into maxcovr.

max_coverage(existing_facilities, 
    potential_facilities, 
    users,
    distance_cutoff)

summaries are calculated inside max_coverage

This means that: