Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/great-northern-diver/loon
A Toolkit for Interactive Statistical Data Visualization
https://github.com/great-northern-diver/loon
data-analysis data-science data-visualization exploratory-analysis exploratory-data-analysis high-dimensional-data interactive-graphics interactive-visualizations loon python statistical-analysis statistical-graphics statistics tcl-extension tk
Last synced: 3 months ago
JSON representation
A Toolkit for Interactive Statistical Data Visualization
- Host: GitHub
- URL: https://github.com/great-northern-diver/loon
- Owner: great-northern-diver
- License: gpl-2.0
- Created: 2015-11-19T16:40:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T19:08:49.000Z (over 1 year ago)
- Last Synced: 2024-07-28T15:10:28.882Z (3 months ago)
- Topics: data-analysis, data-science, data-visualization, exploratory-analysis, exploratory-data-analysis, high-dimensional-data, interactive-graphics, interactive-visualizations, loon, python, statistical-analysis, statistical-graphics, statistics, tcl-extension, tk
- Language: Tcl
- Homepage: http://great-northern-diver.github.io/loon/
- Size: 41.1 MB
- Stars: 48
- Watchers: 5
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- Changelog: changeVersion.tcl
- License: LICENSE
Awesome Lists containing this project
README
# loon
[![Build Status](https://travis-ci.org/great-northern-diver/loon.svg?branch=master)](https://travis-ci.org/great-northern-diver/loon) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/loon)](https://cran.r-project.org/package=loon)
[![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/loon?color=blue)](https://cran.r-project.org/package=loon)
[![](https://cranlogs.r-pkg.org/badges/loon)](https://cran.r-project.org/package=loon)`loon` is a toolkit for interactive data visualization and
exploration. Currently, `loon` is embedded in `R` and `Tcl`.To get more on either system, go look at the `README` in the corresponding directory above, `R` or `Tcl`.
We also have two documentation websites
* `Tcl` and `R` documentation [here](http://great-northern-diver.github.io/loon/l_help)
* `R` only manual style documentation [here](http://great-northern-diver.github.io/loon/)`loon` is joint work of [Adrian Waddell](http://adrian.waddell.ch) and
[R.W. Oldford](http://math.uwaterloo.ca/~rwoldfor/).## On the name
The software is named after a large aquatic bird known as the [**common loon**](https://en.wikipedia.org/wiki/Common_loon) in Canada and the United States, or the **great northern diver** in the United Kingdom. (Hence the name of the github organization: [https://github.com/great-northern-diver](https://github.com/great-northern-diver))
The loon is a visual predator, diving deep beneath the surface, there chasing its prey with speed and remarkable maneuvrability. Once apprehended, the prey
are either swallowed immediately or, when large, at least brought to the surface to be dealt with there.This seemed an excellent metaphor for an agile, interactive, and exploratory visualization system; one which empowered an analyst to chase, and perhaps discover, whatever features might be revealed in the data by quickly diving below its surface. The goal is to provide such a system in loon.
As an acronym "loon" does not fare so well (**l**east **o**bvious **o**stensive **n**ame) and perhaps its synonym "diver" would be better (**d**irect **i**nteractive **v**isual **e**xploration in **R**). But, then, "loon" is funnier ... **diveR** is the name of a collection of "loon" related packages.
Enjoy!