The R Project SVN R

Rev

Rev 85981 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85981 Rev 90049
Line 60... Line 60...
60
  If either \code{from} or \code{to} is \code{NULL}, it defaults to the
60
  If either \code{from} or \code{to} is \code{NULL}, it defaults to the
61
  corresponding element of \code{xlim} if that is not \code{NULL}.
61
  corresponding element of \code{xlim} if that is not \code{NULL}.
62
 
62
 
63
  What happens when neither \code{from}/\code{to} nor \code{xlim}
63
  What happens when neither \code{from}/\code{to} nor \code{xlim}
64
  specifies both x-limits is a complex story.  For
64
  specifies both x-limits is a complex story.  For
65
  \code{plot(<function>)} and for \code{curve(add = FALSE)} the defaults
65
  \code{plot(\var{function})} and for \code{curve(add = FALSE)} the defaults
66
  are \eqn{(0, 1)}.  For \code{curve(add = NA)} and \code{curve(add =
66
  are \eqn{(0, 1)}.  For \code{curve(add = NA)} and \code{curve(add =
67
  TRUE)} the defaults are taken from the x-limits used for the previous
67
  TRUE)} the defaults are taken from the x-limits used for the previous
68
  plot.  (This differs from versions of \R prior to 2.14.0.)
68
  plot.  (This differs from versions of \R prior to 2.14.0.)
69
 
69
 
70
  The value of \code{log} is used both to specify the plot axes (unless
70
  The value of \code{log} is used both to specify the plot axes (unless