README.md

outviz

Build Status

outviz is a R package that Greg Macfarlane and Kyle Ward built for building summary tables and output visualizations for transport planning models. The only documentation at this point are the man pages built from roxygen2 headers in the code. There are no vignettes or wiki content yet, although the former is a work in progress that will hopefully appear in this repo before 2020.

In addition to needing a better package name outviz requires plotly and chorddiag to be installed. Both packages should be installed as part of building the package locally. If the installation stalls, as it did for me, you can run install.packages("plotly") to install it from CRAN. chorddiag is an interface to the D3 library for generating chord diagrams, and must be installed from its GitHub repository:

install.packages("devtools")  # If not already installed
devtools::install_github("mattflor/chorddiag")

The package appears to export the following functions:

A quick look at the contents of R/data.R reveals that the following link fields are required:

It appears that other fields can be coded as well and will be ignored by outviz. If you want to plot chord diagrams the following fields in a tibble are required:

As with the link records, it appears that additional fields in this tibble will be ignored by outviz.



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