The R Project SVN R

Rev

Rev 68948 | Rev 88593 | 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/graphics/man/layout.Rd
1
% File src/library/graphics/man/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-2012 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{layout}
6
\name{layout}
7
\alias{layout}
7
\alias{layout}
8
\alias{layout.show}
8
\alias{layout.show}
Line 59... Line 59...
59
}
59
}
60
\value{
60
\value{
61
  \code{layout} returns the number of figures, \eqn{N}, see above.
61
  \code{layout} returns the number of figures, \eqn{N}, see above.
62
}
62
}
63
\references{
63
\references{
-
 
64
  Murrell, P. R. (1999).
64
  Murrell, P. R. (1999) Layouts: A mechanism for arranging plots on a page.
65
  Layouts: A mechanism for arranging plots on a page.
65
  \emph{Journal of Computational and Graphical Statistics},
66
  \emph{Journal of Computational and Graphical Statistics},
66
  \bold{8}, 121--134.
67
  \bold{8}, 121--134.
-
 
68
  \doi{10.2307/1390924}.
67
 
69
 
68
  Chapter 5 of Paul Murrell's Ph.D. thesis.
70
  Chapter 5 of Paul Murrell's Ph.D. thesis.
69
 
71
 
-
 
72
  Murrell, P. (2005).
-
 
73
  \emph{R Graphics}.
70
  Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.
74
  Chapman & Hall/CRC Press.
71
}
75
}
72
\seealso{
76
\seealso{
73
  \code{\link{par}} with arguments \code{mfrow}, \code{mfcol}, or
77
  \code{\link{par}} with arguments \code{mfrow}, \code{mfcol}, or
74
  \code{mfg}.
78
  \code{mfg}.
75
}
79
}