Learn R Programming

bluebike (version 0.0.3)

station_radius: Plot bike stations within a given radius

Description

This function plots the position of the stations within walking distance

Usage

station_radius(long, lat, r = 1000)

Arguments

long

numeric value of longitude

lat

numeric value of latitude

r

numeric value of set radius in meters

Value

A leaflet map

Examples

Run this code
# 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