multiple_floorspace: Compare floorspace by type across multiple scenarios.

View source: R/floorspace.R

multiple_floorspaceR Documentation

Compare floorspace by type across multiple scenarios.

Description

Compare floorspace by type across multiple scenarios.

Usage

multiple_floorspace(
  dbset,
  db_names,
  ...,
  variable = c("floorspace", "rent", "occupancy")
)

Arguments

dbset

A list of connections to SWIM databases.

db_names

A character vector naming the scenarios.

...

Arguments passed on to extract_floorspace

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?

index_year

[Optional] index year that should be used as the starting year for data or plots;

variable

The variable to plot, one of rents, occupancy rate, or new floorspace

Value

a ggplot2 object.


pbsag/swimr documentation built on July 4, 2025, 12:10 p.m.