bufferArea: Buffer Area

View source: R/bufferarea.R

bufferAreaR Documentation

Buffer Area

Description

Computes the percentage of Chicago land area that is within half a mile from a Divvy station

Usage

bufferArea(df)

Arguments

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.

Value

A percentage value of the percentage of Chicago total land area (from the chib dataset in the package) occupied by the station buffers

Author(s)

Christopher Cebra

References

https://ride.divvybikes.com/system-data

Examples

##---- 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)
{
  }

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.