ggobi/plumbr: Mutable and dynamic data models

The base R data.frame, like any vector, is copied upon modification. This behavior is at odds with that of GUIs and interactive graphics. To rectify this, plumbr provides a mutable, dynamic tabular data model. Models may be chained together to form the complex plumbing necessary for sophisticated graphical interfaces. Also included is a general framework for linking datasets; an typical use case would be a linked brush.

Getting started

Package details

AuthorMichael Lawrence, Hadley Wickham
MaintainerMichael Lawrence <michafla@gene.com>
LicenseGPL (>= 2)
Version0.6.9
URL https://github.com/ggobi/plumbr/wiki
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ggobi/plumbr")
ggobi/plumbr documentation built on May 17, 2019, 3:15 a.m.