CRAN
trelliscope 0.9.8
Create and Navigate Large Multi-Panel Visual Displays
Released Sep 20, 2017 by Ryan Hafen
Dependencies
png 0.1-7 htmlwidgets 0.9 datadr 0.8.6 data.table 1.10.4-3 hexbin 1.27.1 curl DistributionUtils 0.5-1 htmltools 0.3.6 lattice 0.20-35 jpeg 0.1-8 ggplot2 2.2.1 rsconnect 0.8.5 digest 0.6.13 jsonlite 1.5 base64enc 0.1-3 shiny 1.0.5
An extension of Trellis Display that enables creation, organization, and interactive viewing of multi-panel displays created against potentially very large data sets. The dynamic viewer tiles panels of a display across the screen in a web browser and allows the user to interactively page through the panels and sort and filter them based on "cognostic" metrics computed for each panel. Panels can be created using many of R's plotting capabilities, including base R graphics, 'lattice', 'ggplot2', and many 'htmlwidgets'. Conditioning is handled through the 'datadr' package, which enables 'Trelliscope' displays with potentially millions of panels to be created against terabytes of data on systems like 'Hadoop'. While designed to scale, 'Trelliscope' displays can also be very useful for small data sets.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>trelliscope</artifactId> <version>0.9.8-b9</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:trelliscope')
Test Results
This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.
- applyCogFn-examples
- cleanupDisplays-examples
- cog-examples
- cogConn-methods-examples
- cogHref-examples
- cogLoessRMSE-examples
- cogMean-examples
- cogRange-examples
- cogSlope-examples
- dfCogConn-examples
- encodePNG-examples
- getDisplay-examples
- getVdbPath-examples
- hash-methods-examples
- listDisplays-examples
- makePNG-examples
- makeStateHash-examples
- mr-methods-examples
- phantomInstall-examples
- plot.trsPre-examples
- prepanel-examples
- print.vdbConn-examples
- removeDisplay-examples
- restoreDisplay-examples
- setLims-examples
- stateSpec-examples
- syncLocalData-examples
- testthat
- trelliscope-package-examples
- updateDisplay-examples
- validateState-examples
- vdbConn-examples
- vdbGlobalsExist-examples
- view-examples
- webConn-examples
- webSync-examples