map.biker: Map biker data

Description Usage Arguments Value See Also Examples

Description

Map biker data

Usage

1
2
map.biker(obj, data_type = c("stationJourneys", "stationStats"),
  plot_type = c("usage", "rentals"), ...)

Arguments

obj

Output from the loadBikes function

data_type

Type of data argument, either stationJourneys (stationJourneys), stationStats (stationStats)

plot_type

Type of data argument, either usage (usage), rentals (rentals)

Value

Nothing: just a nice plot

See Also

loadBikes

Examples

1
2
3
ans1 = loadBikes('26Jul2017-31Jul2017')
map.biker(obj = ans1, data_type = 'stationStats', 'usage')
map.biker(obj = ans1, data_type = 'stationStats', 'rentals')

OzzieBelazi/advRProject documentation built on May 8, 2019, 11:47 a.m.