PairViz
Visualization using Graph Traversal
Improving graphics by ameliorating order effects, using Eulerian tours and Hamiltonian decompositions of graphs. References for the methods presented here are C.B. Hurley and R.W. Oldford (2010) <doi:10.1198/jcgs.2010.09136> and C.B. Hurley and R.W. Oldford (2011) <doi:10.1007/s00180-011-0229-5>.
README
<!-- README.md is generated from README.Rmd. Please edit that file -->
# PairViz
<!-- badges: start -->
<!-- badges: end -->
The goal of PairViz is to improving graphics by ameliorating order
effects, using Eulerian tours and Hamiltonian decompositions of graphs.
## Installation
You can install the released version of PairViz from
[CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("PairViz")
```
You will also need to install the graph package from Bioconductor.
``` r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("graph")
```
To get started, check out the PairVizIntroduction vignette.
## References
C.B. Hurley and R.W. Oldford, Pairwise display of high dimensional
information via Eulerian tours and Hamiltonian decompositions. Journal
of Computational and Graphical Statistics. 19(10), pp. 861–886, 2010.
C.B. Hurley and R.W. Oldford, Eulerian tour algorithms for data
visualization and the PairViz package. Computational Statistics, 26(4),
pp 613–633, 2011.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.3.8 |
rolling linux/jammy R-4.5 | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
rolling linux/noble R-4.5 | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
rolling source/ R- | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
latest linux/jammy R-4.5 | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
latest linux/noble R-4.5 | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
latest source/ R- | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
2026-04-26 source/ R- | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.8 |
2026-04-23 source/ R- | PairViz_1.3.8.tar.gz |
2.0 MiB |
1.3.6 |
2025-04-20 source/ R- | PairViz_1.3.6.tar.gz |
2.0 MiB |