plotMap: Map a TS object with corresponding GIS file by a given HOT...

Description Usage Arguments Value

Description

This function takes a TravelSurvey object, a corresponding GIS file, and a HOT metric to calculate and of which plots a neatly organized map stratified by location

Usage

1
2
plotMap(ts, GIS.df, metric, mode = NULL, scenario = NULL,
  author = NULL, income = NULL, interactive = TRUE)

Arguments

ts

TravelSurvey object

GIS.df

Dataframe of GIS data corresponding to TS object, containing location column that matches

metric

HOT metric used for analysis. Options available: participation, frequency, proportion, intensity, duration, trips, CRA

mode

Required if HOT metric is stratified by mode of transit. Options available: walk, cycle, other

scenario

Required if HOT metric is stratified by participation scenario. Options available: rho.s.1, rho.s.2

author

Required if HOT metric is stratified by participation scenario. Options available: Arem, Lear, Wen

income

Required if HOT metric is stratified by participation scenario. Options available: HIgh, Upper-middle, Lower-middle, Low

interactive

Boolean deterining whether returned plot is interactive (ggplotly object) or not (ggplot object). Default value is TRUE

Value

Interactive map


GHI-UW/HOT documentation built on June 14, 2019, 1:21 a.m.