Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 742 Bytes

nullabor: lineup and Rorschach plots for visual inference

Di Cook, Hadley Wickham, Niladri Roy Chowdhury, Heike Hofmann, Mans Thulin November 29, 2024

nullabor

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

install.packages("nullabor")

You can install the development version of nullabor from github with:

# install.packages("devtools")
devtools::install_github("dicook/nullabor")