Learn R Programming

⚠️There's a newer version (1.3.6) of this package.Take me there.

PairViz (version 1.3.4)

Visualization using Graph Traversal

Description

Improving graphics by ameliorating order effects, using Eulerian tours and Hamiltonian decompositions of graphs.

Copy Link

Version

Install

install.packages('PairViz')

Monthly Downloads

350

Version

1.3.4

License

GPL-2

Maintainer

Catherine Hurley

Last Published

October 5th, 2020

Functions in PairViz (1.3.4)

desaturate_color

Desaturates colors
eseq

Construct eulerian paths on the complete graph where nodes are integers 1..n.
find_path

Constructs a path from a matrix of edge weights.
even_graph

Class of graphs where all nodes have even degree
hpaths

Hamiltonian paths on the complete graph on 1..n, using Lucas-Walecki constructions.
pcp

Enhanced parallel coordinate plots.
guided_pcp

Guided parallel coordinate plot.
path_weights

Utility functions to manipulate pairwise information.
table_plot

Plots rectangles on a grid
weighted_hpaths

Constructs weight decreasing hamiltonian paths
etour

Constructs eulerian tours on a graph.
eulerian

~~ Methods for Function eulerian ~~
mk_even_graph

Constructs an even graph
best_orientation

Re-orients a path to be weight-decreasing
order_best

Uses brute-force enumeration to find the best hamiltonian on the complete graph on 1..n.
cancer

Cancer Survival data
mc_plot

Multiple comparison plot.
mk_complete_graph

Constructs a complete graph.
knn_graph

Functions to construct graphs.
overview

Overview of PairViz package
path_cor

Measures the tendency of edge weights to increase.
order_tsp

Uses tsp to find the best hamiltonian on the complete graph on 1..n
spreadout

Functions to prepare for categorical parallel coordinates, drawn by catpcp.
overlayCI

Function to overlay confidence intervals on the current plot.