extract_tlfd: Extract trip length frequency distribution data

Description Usage Arguments Value

View source: R/tlfd.R

Description

Extract trip length frequency distribution data

Usage

1
2
extract_tlfd(db, region_var = c("MPO", "COUNTY", "STATE"),
  regions = NULL, cumulative = FALSE, years = NULL)

Arguments

db

The scenario database.

region_var

The region to aggregate to.

regions

The regions to return. If NULL, returns all.

cumulative

Return a cumulative PDF?

years

The years to show in the plot. If null, will show the first

max_bin

The maximum bin size to return.

Value

A data frame with the trip length frequency distribution by year and region.


tlumip/swimr documentation built on Dec. 14, 2020, 3:16 a.m.