View source: R/station_radius.R
station_radius | R Documentation |
This function plots the position of the stations within walking distance
station_radius(long, lat, r = 1000)
long |
numeric value of longitude |
lat |
numeric value of latitude |
r |
numeric value of set radius in meters |
A leaflet map
# Show user at (-71.11467, 42.34415) and set the radius to 500 m station_radius(long = -71.11467, lat = 42.34415, r = 2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.