The R Project SVN R

Rev

Rev 59039 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 6... Line 6...
6
\name{grid.collection}
6
\name{grid.collection}
7
\alias{grid.collection}
7
\alias{grid.collection}
8
\title{Create a Coherent Group of Grid Graphical Objects}
8
\title{Create a Coherent Group of Grid Graphical Objects}
9
\description{
9
\description{
10
  This function is deprecated; please use \code{gTree}.
10
  This function is deprecated; please use \code{gTree}.
11
  
11
 
12
  This function creates a graphical object which contains
12
  This function creates a graphical object which contains
13
  several other graphical objects.  When it is drawn, it draws
13
  several other graphical objects.  When it is drawn, it draws
14
  all of its children.  
14
  all of its children.
15
 
15
 
16
  It may be convenient to name the elements of the collection.
16
  It may be convenient to name the elements of the collection.
17
}
17
}
18
\usage{
18
\usage{
19
grid.collection(..., gp=gpar(), draw=TRUE, vp=NULL)
19
grid.collection(..., gp=gpar(), draw=TRUE, vp=NULL)