R (programming language)
R is a free software environment for statistical computing and graphics.
ggraptR is an open source R package providing a GUI for visualization. It is based on principles of visualization analysis by Tamara Munzner, and also acts as a wrapper...
ggraptr is an open source r package providing a graphical user interface for data exploration and visualisation. it is based on principles of visualization analysis by tamara munzner, and also acts as a wrapper for functionality implemented in the grammar of graphics for r, ggplot2.
ggplot2 offers a wide array of marks and channels that constitute the building blocks for developing visual encodings, as well as a large selection of builtin visual idioms. however, users unfamiliar with the package may not have visibility of the options available to them, or find it challenging to express their envisioned design in their desired visual idiom.
ggraptr is designed to handle a spectrum of data visualisation needs ranging from visualising the raw values of individual variables through to fully aggregated, pivottable style visualisations. data volume and visual complexity is handled by the implementation of two approaches to handle visual complexity faceting into multiple views, and reduction of items and attributes.
visualization graphical-user-interface statistics data-automation data-mining