-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1023 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: scorr
Title: s-CorrPlot: Visualizing Correlation
Version: 1.0
Authors@R: as.person(c(
"Sean McKenna <[email protected]> [cre, ctb]",
"Samuel Gerber <[email protected]> [aut]"
))
Description: The s-CorrPlot is an interactive scatterplot for visually exploring
pairwise correlation coefficients between variables in large datasets.
Variables are projected as points on a scatterplot with respect to some
user-selected variables of interest, driven by a geometric interpretation of
correlation. The correlation of all other variables to the selected one is
indicated by vertical gridlines in the plot. By selecting new variables of
interest, a user can create simple tours of the correlation space through
animations between different projections of the data.
Depends: R (>= 2.10)
Imports: plotrix, RColorBrewer
License: GPL-2
SystemRequirements: Mac/Linux, C++, OpenGL/GLUT
URL: http://mckennapsean.com/scorrplot/
BugReports: https://github.com/mckennapsean/scorrplot/issues