CRAN
gtable 0.3.0
Arrange 'Grobs' in Tables
Released Mar 25, 2019 by Hadley Wickham
Tools to make it easier to work with "tables" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and their placement in the grid. Further the package makes it easy to manipulate and combine 'gtable' objects so that complex compositions can be build up sequentially.
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>gtable</artifactId> <version>0.3.0-b7</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:gtable')
Test Results
This package was last tested against Renjin 3.5-beta42 on Jul 11, 2019.
- bind-examples
- gtable-examples
- gtable_add_cols-examples
- gtable_add_grob-examples
- gtable_add_padding-examples
- gtable_add_rows-examples
- gtable_add_space-examples
- gtable_col-examples
- gtable_filter-examples
- gtable_matrix-examples
- gtable_row-examples
- gtable_show_layout-examples
- gtable_trim-examples
- testthat