The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 23... Line 23...
23
    for details.  If supplied separately, they must be of the same length.}
23
    for details.  If supplied separately, they must be of the same length.}
24
  \item{type}{1-character string giving the type of plot desired.  The
24
  \item{type}{1-character string giving the type of plot desired.  The
25
    following values are possible, for details, see \code{\link{plot}}:
25
    following values are possible, for details, see \code{\link{plot}}:
26
    \code{"p"} for points, \code{"l"} for lines,
26
    \code{"p"} for points, \code{"l"} for lines,
27
    \code{"b"} for both points and lines,
27
    \code{"b"} for both points and lines,
28
    \code{"c"} for empty points joined by lines,    
28
    \code{"c"} for empty points joined by lines,
29
    \code{"o"} for overplotted points and lines,
29
    \code{"o"} for overplotted points and lines,
30
    \code{"s"} and \code{"S"} for stair steps and
30
    \code{"s"} and \code{"S"} for stair steps and
31
    \code{"h"} for histogram-like vertical lines.  Finally,
31
    \code{"h"} for histogram-like vertical lines.  Finally,
32
    \code{"n"} does not produce any points or lines.}
32
    \code{"n"} does not produce any points or lines.}
33
  \item{xlim}{the x limits (x1, x2) of the plot.  Note that \code{x1 > x2}
33
  \item{xlim}{the x limits (x1, x2) of the plot.  Note that \code{x1 > x2}
Line 57... Line 57...
57
    plot axes are set up but before any plotting takes place.  This can
57
    plot axes are set up but before any plotting takes place.  This can
58
    be useful for drawing background grids or scatterplot smooths.  Note
58
    be useful for drawing background grids or scatterplot smooths.  Note
59
    that this works by lazy evaluation: passing this argument from other
59
    that this works by lazy evaluation: passing this argument from other
60
    \code{plot} methods may well not work since it may be evaluated too
60
    \code{plot} methods may well not work since it may be evaluated too
61
    early.}
61
    early.}
62
  
62
 
63
  \item{panel.last}{an expression to be evaluated after plotting has
63
  \item{panel.last}{an expression to be evaluated after plotting has
64
    taken place but before the axes, title and box are added.  See the
64
    taken place but before the axes, title and box are added.  See the
65
    comments about \code{panel.first}.}
65
    comments about \code{panel.first}.}
66
 
66
 
67
  \item{asp}{the \eqn{y/x} aspect ratio, see \code{\link{plot.window}}.}
67
  \item{asp}{the \eqn{y/x} aspect ratio, see \code{\link{plot.window}}.}