R/exCon-package.R

##' exCon: Explore Contour Data Interactively
##' 
##' Interactive tools to explore topographic-like data
##' sets.  Such data sets take the form of a matrix in which the rows and
##' 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.
##'
##'
##' @name exCon-package
##' @title Explore Contour Data Interactively
##' @docType package
##' @author Bryan A. Hanson & Kristina R. Multry
##' @rdname exCon-package
##' @keywords package
NULL

Try the exCon package in your browser

Any scripts or data that you put into this service are public.

exCon documentation built on May 1, 2019, 8:40 p.m.