The R Project SVN R

Rev

Rev 56186 | Rev 85953 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56186 Rev 59039
Line 1... Line 1...
1
% File src/library/grid/man/gPath.Rd
1
% File src/library/grid/man/gPath.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2007 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{gPath}
6
\name{gPath}
7
\alias{gPath}
7
\alias{gPath}
8
\title{ Concatenate Grob Names }
8
\title{ Concatenate Grob Names }
Line 43... Line 43...
43
  \code{\link{setGrob}}
43
  \code{\link{setGrob}}
44
}
44
}
45
\examples{
45
\examples{
46
gPath("g1", "g2")
46
gPath("g1", "g2")
47
}
47
}
48
\keyword{ dplot }
-
 
49
48
\keyword{ dplot }
-
 
49