CRAN
metricsgraphics 0.9.0
Create Interactive Charts with the JavaScript 'MetricsGraphics' Library
Released Dec 21, 2015 by Bob Rudis
Dependencies
htmltools 0.3.6 htmlwidgets 1.2 magrittr 1.5
Provides an 'htmlwidgets' interface to the 'MetricsGraphics.js' ('D3'-based) charting library which is geared towards displaying time-series data. Chart types include line charts, scatterplots, histograms and rudimentary bar charts. Support for laying out multiple charts into a grid layout is also provided. All charts are interactive and many have an option for line, label and region annotations.
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>metricsgraphics</artifactId> <version>0.9.0-b31</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:metricsgraphics')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- basic_functionality.we_can_do_something
- mjs_add_baseline-examples
- mjs_add_confidence_band-examples
- mjs_add_css_rule-examples
- mjs_add_legend-examples
- mjs_add_line-examples
- mjs_add_marker-examples
- mjs_bar-examples
- mjs_hist-examples
- mjs_histogram-examples
- mjs_labs-examples
- mjs_line-examples
- mjs_point-examples
- test-all