Description Usage Arguments Value
View source: R/uniqueRoutesInHexAreaByCounty.R
Return spatial polygon of hexagonal features with a count of the number of unique routes with a stop inside the hex area's contained in the specified counties
1 | uniqueRoutesInHexTessalation(gtfsObj, tidyCensusAPIKey = NULL, hexSize = 0.01)
|
gtfsObj |
object from gtfsfunctions::formatGTFSObject() |
tidyCensusAPIKey |
String for tidy_census::get_acs() api key |
hexSize |
number specifying hex size (smaller value creates more smaller sized hexes but takes longer to load). Default = 0.01 |
returns an sf data frame with 4 columns (hex_id, routes, uniqueRouteCount, geometry), where routes contains a character vector of routes in the hex and uniqueRouteCount counts the number of routes in each hex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.