vehicle_ownership: Vehicle ownership in the CMAP seven county region

vehicle_ownershipR Documentation

Vehicle ownership in the CMAP seven county region

Description

A test dataset containing vehicle ownership rates in the seven county region of northeastern Illinois.

Usage

vehicle_ownership

Format

A tibble. 40 rows and 3 variables

county

Char. Name of county

number_of_veh

Char. Number of vehicles owned by household

pct

Numeric. Share of households with the given number of vehicles (values between 0 and 1)

Source

CMAP Travel Inventory Survey Data Summary https://www.cmap.illinois.gov/documents/10180/77659/Travel+Inventory+Survey+Data+Summary_weighted_V2.pdf/d4b33cdd-1c44-4322-b32f-2f54b85207cb

Examples

# A stacked bar chart
ggplot(vehicle_ownership,
       aes(x = county, y = pct, fill = number_of_veh)) +
   geom_bar(position = position_stack(), stat = "identity")


CMAP-REPOS/cmapplot documentation built on March 29, 2025, 11:55 a.m.