Examples for 'grid::Grid'


Grid Graphics

Aliases: Grid

Keywords: dplot

### ** Examples

## Diagram of a simple layout
grid.show.layout(grid.layout(4,2,
                     heights=unit(rep(1, 4),
                                  c("lines", "lines", "lines", "null")),
                     widths=unit(c(1, 1), "inches")))
plot of chunk example-grid-Grid-1
## Diagram of a sample viewport
grid.show.viewport(viewport(x=0.6, y=0.6,
                            width=unit(1, "inches"), height=unit(1, "inches")))
plot of chunk example-grid-Grid-1
## A flash plotting example
grid.multipanel(vp=viewport(0.5, 0.5, 0.8, 0.8))
plot of chunk example-grid-Grid-1

[Package grid version 4.2.3 Index]