-
Notifications
You must be signed in to change notification settings - Fork 9
/
README.Rmd
37 lines (28 loc) · 964 Bytes
/
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
---
title: "nullabor: lineup and Rorschach plots for visual inference"
author: "Di Cook, Hadley Wickham, Niladri Roy Chowdhury, Heike Hofmann"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# nullabor <img src="man/figures/nullabor_hex.png" align="right" width="150" />
Tools for graphical inference: prevent fooling yourself with the Rorschach
protocol and check the surprising features in your data with the lineup
protocol!
## Installation
The nullabor package can be installed from CRAN
```{r cran-installation, eval = FALSE}
install.packages("nullabor")
```
You can install the development version of nullabor from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("dicook/nullabor")
```