plotly_tlfd: Plot a trip length frequency distribution comparison as an...

Description Usage Arguments Value

View source: R/tlfd.R

Description

Plot a trip length frequency distribution comparison as an interactive figure

Usage

1
2
plotly_tlfd(model, target = NULL, names = c("model", "target"),
  xaxis = "bin", yaxis = "count")

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 plotly object


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