bufferArea | R Documentation |
Computes the percentage of Chicago land area that is within half a mile from a Divvy station
bufferArea(df)
df |
A dataframe, the function is formatted to work with the dataframes from the divvymos package that contain a column called lat equalling the latitude of the station and another called long equalling the longitude. |
A percentage value of the percentage of Chicago total land area (from the chib dataset in the package) occupied by the station buffers
Christopher Cebra
https://ride.divvybikes.com/system-data
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (df) { }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.