File: grobGrid-kc.rd

package info (click to toggle)
r-cran-ggplot2 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,084 kB
  • sloc: makefile: 3
file content (53 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\name{grobGrid}
\alias{grobGrid}
\alias{cbind.grobGrid}
\alias{colWidths}
\alias{cweave.grobGrid}
\alias{cweave.list}
\alias{cweave.matrix}
\alias{dim.grobGrid}
\alias{gTree.grobGrid}
\alias{grid.draw.grobGrid}
\alias{gridLayout}
\alias{grobCol}
\alias{grobGrid}
\alias{grobRow}
\alias{grobs.grobGrid}
\alias{print.grobGrid}
\alias{rbind.grobGrid}
\alias{rep.unit2}
\alias{rowHeights}
\alias{rweave.grobGrid}
\alias{rweave.list}
\alias{rweave.matrix}
\alias{spacer}
\alias{viewports.grobGrid}
\alias{as.list.unit}
\alias{interleave.default}
\alias{interleave.list}
\alias{interleave.unit}
\alias{max2}
\title{Experimental tools for create grids of grobs}
\author{Hadley Wickham <h.wickham@gmail.com>}

\description{
Still a work in progress.
}
\usage{grobGrid(name, nrow, ncol, grobs = NULL, widths = 0, heights = 0, clip = "on", default.units = "null", as.table = FALSE, respect = FALSE)}
\arguments{
\item{name}{}
\item{nrow}{}
\item{ncol}{}
\item{grobs}{}
\item{widths}{}
\item{heights}{}
\item{clip}{}
\item{default.units}{}
\item{as.table}{}
\item{respect}{}
}




\keyword{internal}