The R Project SVN R

Rev

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

Rev 68948 Rev 79377
Line 1... Line 1...
1
% File src/library/graphics/man/plot.window.Rd
1
% File src/library/graphics/man/plot.window.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-2014 R Core Team
3
% Copyright 1995-2020 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{plot.window}
6
\name{plot.window}
7
\alias{plot.window}
7
\alias{plot.window}
8
\alias{xlim}
8
\alias{xlim}
Line 32... Line 32...
32
}
32
}
33
\details{
33
\details{
34
  \describe{
34
  \describe{
35
    \item{asp:}{
35
    \item{asp:}{
36
      If \code{asp} is a finite positive value then the window is
36
      If \code{asp} is a finite positive value then the window is
37
      set up so that one data unit in the x direction is equal in length to
37
      set up so that one data unit in the \eqn{y} direction is equal in length to
38
      \code{asp} \eqn{\times}{*} one data unit in the y direction.
38
      \code{asp} \eqn{\times}{*} one data unit in the \eqn{x} direction.
39
 
39
 
40
      Note that in this case, \code{\link{par}("usr")} is no longer
40
      Note that in this case, \code{\link{par}("usr")} is no longer
41
      determined by, e.g., \code{par("xaxs")}, but rather by \code{asp} and
41
      determined by, e.g., \code{par("xaxs")}, but rather by \code{asp} and
42
      the device's aspect ratio.  (See what happens if you interactively
42
      the device's aspect ratio.  (See what happens if you interactively
43
      resize the plot device after running the example below!)
43
      resize the plot device after running the example below!)