grid-package {grid} | R Documentation |
The Grid Graphics Package
Description
A rewrite of the graphics layout capabilities, plus some support for interaction.
Details
This package contains a graphics system which supplements S-style graphics (see the graphics package).
Further information is available in the following vignettes:
grid | Introduction to grid |
displaylist | Display Lists in grid |
frame | Frames and packing grobs |
grobs | Working with grid grobs |
interactive | Editing grid Graphics |
locndimn | Locations versus Dimensions |
moveline | Demonstrating move-to and line-to |
nonfinite | How grid responds to non-finite values |
plotexample | Writing grid Code |
rotated | Rotated Viewports |
saveload | Persistent representations |
sharing | Modifying multiple grobs simultaneously |
viewports | Working with grid viewports |
For a complete list of functions with individual help pages,
use library(help="grid")
.
Author(s)
Paul Murrell paul@stat.auckland.ac.nz
Maintainer: R Core Team R-core@r-project.org
References
Murrell, P. (2005). R Graphics. Chapman & Hall/CRC Press.
[Package grid version 4.6.0 Index]