station_radius: Plot bike stations within a given radius

View source: R/station_radius.R

station_radiusR 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)

zyang2k/bluebike documentation built on May 7, 2022, 2:33 p.m.