wrap rstudio
map=map_data('world', wrap=c(-25,35)ylim=c (-55,75)) #dont forget to comment your code-- this one will load our map-data into something that we can plot
#lets get the min and max lat along for our points that we area plotting
min(beacon_dates$Latitude)
max(beacon_dates$Latitude)
min(beacon_dates$Longitude) +360
max(beacon_dates$Longitude)+360