The R Project SVN R

Rev

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

Rev 88634 Rev 88644
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-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{layout}
6
\name{layout}
7
\alias{layout}
7
\alias{layout}
8
\alias{layout.show}
8
\alias{layout.show}
9
\alias{lcm}
9
\alias{lcm}
10
\title{Specifying Complex Plot Arrangements}
10
\title{Specifying Complex Plot Arrangements}
11
\author{Paul R. Murrell}
11
\author{Paul Murrell}
12
\description{
12
\description{
13
  \code{layout} divides the device up into as many rows and columns as
13
  \code{layout} divides the device up into as many rows and columns as
14
  there are in matrix \code{mat}, with the column-widths and the
14
  there are in matrix \code{mat}, with the column-widths and the
15
  row-heights specified in the respective arguments.
15
  row-heights specified in the respective arguments.
16
}
16
}