extract_floorspace: Extract floorspace statistics from scenario

Description Usage Arguments

View source: R/floorspace.R

Description

This is an internal function to pull the floorspace data from a scenario and return it to either the single scenario or scenario comparison functions.

Usage

1
2
extract_floorspace(db, facet_var = c("MPO", "COUNTY", "STATE"),
  facet_levels = NULL, type_levels = NULL, index = TRUE)

Arguments

db

The scenario database.

facet_var

The variable in the zone table to facet by. Defaults to MPO

facet_levels

The levels of the facet variable to keep. Defaults to all levels other than external stations.

type_levels

The types of employment to show in the plot.

index

Should the function extract indexed or absolute values?


pbsag/swimr documentation built on Dec. 12, 2020, 3:08 a.m.