| Line 12... |
Line 12... |
| 12 |
\arguments{
|
12 |
\arguments{
|
| 13 |
\item{xlim, ylim}{numeric of length 2, giving the x and y coordinates
|
13 |
\item{xlim, ylim}{numeric of length 2, giving the x and y coordinates
|
| 14 |
ranges.}
|
14 |
ranges.}
|
| 15 |
\item{log}{character; indicating which axes should be in log scale.}
|
15 |
\item{log}{character; indicating which axes should be in log scale.}
|
| 16 |
\item{asp}{numeric, giving the \bold{asp}ect ratio y/x.}
|
16 |
\item{asp}{numeric, giving the \bold{asp}ect ratio y/x.}
|
| 17 |
\item{\dots}{further graphical parameters as in \code{\link{par}}.}
|
17 |
\item{\dots}{further graphical parameters as in \code{\link{par}}.
|
| - |
|
18 |
Relevant ones are \code{xaxs}, \code{yaxs} and \code{lab}.
|
| - |
|
19 |
}
|
| 18 |
}
|
20 |
}
|
| 19 |
\details{
|
21 |
\details{
|
| 20 |
Note that if \code{asp} is a finite positive value then the window is
|
22 |
Note that if \code{asp} is a finite positive value then the window is
|
| 21 |
set up so that one data unit in the x direction is equal in length to
|
23 |
set up so that one data unit in the x direction is equal in length to
|
| 22 |
\code{asp} \eqn{\times}{*} one data unit in the y direction.
|
24 |
\code{asp} \eqn{\times}{*} one data unit in the y direction.
|
| Line 32... |
Line 34... |
| 32 |
|
34 |
|
| 33 |
Usually, one should rather use the higher level functions such as
|
35 |
Usually, one should rather use the higher level functions such as
|
| 34 |
\code{\link{plot}}, \code{\link{hist}}, \code{\link{image}}, \dots,
|
36 |
\code{\link{plot}}, \code{\link{hist}}, \code{\link{image}}, \dots,
|
| 35 |
instead and refer to their help pages for explanation of the
|
37 |
instead and refer to their help pages for explanation of the
|
| 36 |
arguments.
|
38 |
arguments.
|
| - |
|
39 |
|
| - |
|
40 |
A side-effect of the call is to set up the \code{usr}, \code{xaxp} and
|
| - |
|
41 |
\code{yaxp} graphical parameters. (It is for the latter two that
|
| - |
|
42 |
\code{lab} is used.)
|
| 37 |
}
|
43 |
}
|
| 38 |
\seealso{
|
44 |
\seealso{
|
| 39 |
\code{\link{xy.coords}},
|
45 |
\code{\link{xy.coords}},
|
| 40 |
\code{\link{plot.xy}},
|
46 |
\code{\link{plot.xy}},
|
| 41 |
\code{\link{plot.default}}.
|
47 |
\code{\link{plot.default}}.
|