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
42 stars 11 forks source link

Make functions to create the A / Coverage matrix #1

Closed njtierney closed 8 years ago

njtierney commented 8 years ago

Consider the example that you have a dataframe containing the GPS co-ordinates of Cardiac Arrest locations, and another data frame of possible locations to place AEDs that could be used in a Cardiac Arrest.

This function / these functions would do the following:

njtierney commented 8 years ago

Oh man, smashed this out today.