File: grobMatrix-hq.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 (20 lines) | stat: -rw-r--r-- 535 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{grobMatrix}
\alias{grobMatrix}
\title{Build grob matrix}
\author{Hadley Wickham <h.wickham@gmail.com>}

\description{
Build a matrix of grobs given a vector of grobs and the desired dimensions of the matrix
}
\usage{grobMatrix(vec, nrow, ncol, as.table = FALSE)}
\arguments{
\item{vec}{vector of grobs}
\item{nrow}{number of rows}
\item{ncol}{number of columns}
\item{as.table}{should the matrix be arranged like a table or a plot}
}

\details{Any missing cells at the end will be filled in with zeroGrobs.}


\keyword{internal}