The R Project SVN R

Rev

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

Rev 42608 Rev 45585
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2008 R Core Development 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{asp}
8
\alias{asp}
9
\concept{aspect ratio}
9
\concept{aspect ratio}
-
 
10
\concept{log scale}
-
 
11
\concept{axis range}
10
\title{Set up World Coordinates for Graphics Window}
12
\title{Set up World Coordinates for Graphics Window}
11
\description{
13
\description{
12
  This function sets up the world coordinate system for a graphics
14
  This function sets up the world coordinate system for a graphics
13
  window.  It is called by higher level functions such as
15
  window.  It is called by higher level functions such as
14
  \code{\link{plot.default}} (\emph{after} \code{\link{plot.new}}).
16
  \code{\link{plot.default}} (\emph{after} \code{\link{plot.new}}).