The R Project SVN R

Rev

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

Rev 74265 Rev 88524
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-2018 R Core Team
3
% Copyright 1995-2025 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 69... Line 69...
69
}
69
}
70
\value{
70
\value{
71
  A Grid layout object.
71
  A Grid layout object.
72
}
72
}
73
\references{
73
\references{
74
  Murrell, P. R. (1999).
-
 
75
  Layouts: A Mechanism for Arranging Plots on a Page.
-
 
76
  \emph{Journal of Computational and Graphical Statistics}, \bold{8},
-
 
77
  121--134.
-
 
78
  \doi{10.2307/1390924}.
74
  \bibshow{R:Murrell:1999}
79
}
75
}
80
\author{Paul Murrell}
76
\author{Paul Murrell}
81
\seealso{
77
\seealso{
82
  \link{Grid},
78
  \link{Grid},
83
  \code{\link{grid.show.layout}},
79
  \code{\link{grid.show.layout}},