The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/grid/man/grid.layout.Rd
1
% File src/library/grid/man/grid.layout.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{grid.layout}
6
\name{grid.layout}
7
\alias{grid.layout}
7
\alias{grid.layout}
8
\title{Create a Grid Layout}
8
\title{Create a Grid Layout}
Line 68... Line 68...
68
  layouts (see \code{viewport}).
68
  layouts (see \code{viewport}).
69
}
69
}
70
\value{
70
\value{
71
  A Grid layout object.
71
  A Grid layout object.
72
}
72
}
-
 
73
\references{
-
 
74
  Murrell, P. R. (1999).
73
\references{Murrell, P. R. (1999), Layouts: A Mechanism for Arranging
75
  Layouts: A Mechanism for Arranging Plots on a Page.
74
  Plots on a Page, \emph{Journal of Computational and Graphical
76
  \emph{Journal of Computational and Graphical Statistics}, \bold{8},
-
 
77
  121--134.
75
  Statistics}, \bold{8}, 121--134.}
78
  \doi{10.2307/1390924}.
-
 
79
}
76
\author{Paul Murrell}
80
\author{Paul Murrell}
77
\seealso{
81
\seealso{
78
  \link{Grid},
82
  \link{Grid},
79
  \code{\link{grid.show.layout}},
83
  \code{\link{grid.show.layout}},
80
  \code{\link{viewport}},
84
  \code{\link{viewport}},