-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
53 lines (36 loc) · 1.24 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# 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 eval=FALSE}
install.packages("PairViz")
```
You will also need to install the graph package from Bioconductor.
```{r eval=FALSE}
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.