station_radius {bluebike}R Documentation

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

# Show user at (-71.11467, 42.34415) and set the radius to 500 m
station_radius(long = -71.11467, lat = 42.34415, r = 2000)

[Package bluebike version 0.0.3 Index]