Top "R-grid" questions

grid is an R package providing low-level plotting facilities.

How to make RASTER from irregular point data without interpolation

I was trying to make a raster image from an irregularly spaced point database. The data looks like- > head(…

r raster r-grid
How to use R base plots in grid.newpage?

Is it possible to "force" R base plots in grid package's grid.newpage? For example, this works fine: library(grid) …

r plot r-grid
Arrange base plots and grid.tables on the same page

I have 2 plots (created using Base graphics) and 2 data frames that I would like to combine onto one sheet in …

r pdf r-grid
R adding a datatable to a ggplot graph using viewPorts : Scaling the Grob

I'm trying to add a data-table to a graph made in ggplot (similar to the excel functionality but with the …

r ggplot2 viewport gridextra r-grid
grid.arrange ggplot2 plots by columns instead of by row using lists

I want create a multiplot of ggplot2 plots from a list using grid.arrange but arrange them by columns before …

r list ggplot2 gridextra r-grid
R YaleToolkit: How to change the font size of tick labels on the sparklines?

I'm using this function for some quick and easy sparklines with R but I can't seem to work out how …

r data-visualization r-grid sparklines tufte
How plot bars on top of grid lines when using barplot?

I am using grid() inside of barplot(). Because I want the bars to be plotted on top of the grid, …

r bar-chart r-grid
Information Dashboards in R with ggplot2

I'm looking to create a static dashboard viewable in a web browser. And I'd like to create something like what …

r ggplot2 dashboard r-grid
Wider margins for grid.arrange function

I'm building a composition of plots (created using ggplot2) running the function grid.arrange. Although I have the composition done, …

r ggplot2 r-grid
Change text color for cells using TableGrob

Is there a way to individually change the color of the text of a cell when using tableGrob and ggplot2? …

r colors ggplot2 gridextra r-grid