forked from hadley/scagnostics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1004 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: binostics
Type: Package
Title: Compute Scagnostics
Version: 0.1.4
Date: 2021-02-16
Authors@R: c(
person("Ursula", "Laa", email = "[email protected]", role = c("cre", "aut")),
person("Heike", "Hofmann", email = "[email protected]", role = "aut"),
person("Lee", "Wilkinson", email = "[email protected]", role = "aut"),
person("Hadley", "Wickham", email = "[email protected]", role = "aut"),
person("Duncan", "Temple Lang", role = "aut"),
person("Anushka", "Anand", role = "aut")
)
Description: Calculates graph theoretic scagnostics, as described in Wilkinson, Anand & Grossman (2005) <doi:10.1109/INFVIS.2005.1532142>. Scagnostics describe various measures of interest for pairs of variables, based on their appearance on a scatterplot. They are a useful tool for discovering interesting or unusual scatterplots from a scatterplot matrix, without having to look at every individual plot.
LazyData: yes
License: GPL
RoxygenNote: 7.1.1
SystemRequirements: C++11