-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1.17 KB
/
DESCRIPTION
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
Package: exCon
Type: Package
Title: Interactive Exploration of Contour Data
Version: 0.2.5
Date: 2017-07-26
Authors@R: c(person("Bryan A.", "Hanson", role = c("aut", "cre"), email =
"[email protected]"), person("Kristina R.", "Mulry", role = "ctb"), person("Mike", "Bostock", role = c("cph", "ctb"),
comment = "author of the d3.js library, http://d3js.org"))
Description: Interactive tools to explore topographic-like data
sets. Such data sets take the form of a matrix in which the rows and
columns provide location/frequency information, and the matrix elements
contain altitude/response information. Such data is found in cartography,
2D spectroscopy and chemometrics. The functions in this package create
interactive web pages showing the contoured data, possibly with
slices from the original matrix parallel to each dimension. The interactive
behavior is created using the 'D3.js' 'JavaScript' library by Mike Bostock.
License: GPL-3
Imports:
jsonlite,
grDevices,
utils
Suggests:
js
URL: https://github.com/bryanhanson/exCon
ByteCompile: TRUE
BugReports: https://github.com/bryanhanson/exCon/issues
Depends:
R (>= 3.0)
RoxygenNote: 6.0.1