The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

PairViz

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 with:

install.packages("PairViz")

You will also need to install the graph package from Bioconductor.

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.