powered by
This function plots the position of the stations within walking distance
station_radius(long, lat, r = 1000)
numeric value of longitude
numeric value of latitude
numeric value of set radius in meters
A leaflet map
# NOT RUN { # Show user at (-71.11467, 42.34415) and set the radius to 500 m station_radius(long = -71.11467, lat = 42.34415, r = 2000) # }
Run the code above in your browser using DataLab