plot_tlfd: Plot a trip length frequency distribution comparison

Description Usage Arguments Value

View source: R/tlfd.R

Description

Plot a trip length frequency distribution comparison

Usage

1
plot_tlfd(model, target, names, xaxis, yaxis)

Arguments

model

A dataframe with the following fields

bin

A column listing the bin values

count

A column listing the count per bin

target

A dataframe with the following fields

bin

A column listing the bin values

count

A column listing the count per bin

names

Character vector of names for traces

xaxis

Name to plot on x axis

yaxis

Name to plot on y axis

Value

A ggplot2 object


pbsag/outviz documentation built on Dec. 7, 2019, 5:50 a.m.