library(mapview)
mapview(results, layer.name="WIC Locations")
mapview(resultsWIC.proj, layer.name="WIC Locations")
mapview(resultsWIC.proj, col.regions="red", layer.name="WIC Locations-L&L") + mapview(results, layer.name="WIC Locations-Geo")
library(mapview)
mapview(results, layer.name="Grocery Stores")
mapview(resultsgroceries.proj, layer.name="Grocery Stores")
mapview(resultsgroceries.proj, layer.name="Grocery Stores-L&L", col.regions="red") + mapview(results, layer.name="Grocery Stores-Geo")
mapview(resultsWIC.proj, layer.name="WIC Locations-L&L", col.regions="red") + mapview(results,layer.name="WIC Locations-Geo", col.region="blue") + mapview(resultsgroceries.proj, layer.name="Grocery Stores-L&L", col.regions="green") + mapview(results2, layer.name="Grocery Stores-Geo", col.regions="yellow")