The R Project SVN R

Rev

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

Rev 27442 Rev 27447
Line 42... Line 42...
42
}
42
}
43
\details{
43
\details{
44
  For simple scatter plots, \code{\link{plot.default}} will be used.
44
  For simple scatter plots, \code{\link{plot.default}} will be used.
45
  However, there are \code{plot} methods for many \R objects,
45
  However, there are \code{plot} methods for many \R objects,
46
  including \code{\link{function}}s, \code{\link{data.frame}}s,
46
  including \code{\link{function}}s, \code{\link{data.frame}}s,
47
  \code{\link{density}} objects, etc.  Use \code{methods(plot)} and
47
  \code{\link[stats]{density}} objects, etc.  Use \code{methods(plot)} and
48
  the documentation for these.
48
  the documentation for these.
49
 
49
 
50
  The two step types differ in their x-y preference: Going from
50
  The two step types differ in their x-y preference: Going from
51
  \eqn{(x1,y1)} to \eqn{(x2,y2)} with \eqn{x1 < x2}, \code{type = "s"}
51
  \eqn{(x1,y1)} to \eqn{(x2,y2)} with \eqn{x1 < x2}, \code{type = "s"}
52
  moves first horizontal, then vertical, whereas \code{type = "S"} moves
52
  moves first horizontal, then vertical, whereas \code{type = "S"} moves