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 = "hanson@depauw.edu"), 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 Repository: https://bryanhanson.r-universe.dev Date/Publication: 2017-07-26 18:32:03 UTC RemoteUrl: https://github.com/bryanhanson/excon RemoteRef: HEAD RemoteSha: 13d25d8491ea20b688d48ec1d3d7ef2c2427024f NeedsCompilation: no Packaged: 2026-06-19 08:51:25 UTC; root Author: Bryan A. Hanson [aut, cre], Kristina R. Mulry [ctb], Mike Bostock [cph, ctb] (author of the d3.js library, http://d3js.org) Maintainer: Bryan A. Hanson