The R Project SVN R

Rev

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

Rev 27474 Rev 27601
Line 24... Line 24...
24
  The special case \code{asp == 1} produces plots where distances
24
  The special case \code{asp == 1} produces plots where distances
25
  between points are represented accurately on screen.  Values with
25
  between points are represented accurately on screen.  Values with
26
  \code{asp > 1} can be used to produce more accurate maps when using
26
  \code{asp > 1} can be used to produce more accurate maps when using
27
  latitude and longitude.
27
  latitude and longitude.
28
 
28
 
-
 
29
  The function attempts to produce a plausible set of scales if one or
-
 
30
  both of \code{xlim} and \code{ylim} is of length one or the two values
-
 
31
  given are identical, but it is better to avoid that case.
-
 
32
 
29
  Usually, one should rather use the higher level functions such as
33
  Usually, one should rather use the higher level functions such as
30
  \code{\link{plot}}, \code{\link{hist}}, \code{\link{image}}, \dots,
34
  \code{\link{plot}}, \code{\link{hist}}, \code{\link{image}}, \dots,
31
  instead and refer to their help pages for explanation of the
35
  instead and refer to their help pages for explanation of the
32
  arguments.
36
  arguments.
33
}
37
}