The R Project SVN R

Rev

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

Rev 62600 Rev 62608
Line 92... Line 92...
92
  If \code{breaks} is specified then \code{zlim} is unused and the
92
  If \code{breaks} is specified then \code{zlim} is unused and the
93
  algorithm used follows \code{\link{cut}}, so intervals are closed on
93
  algorithm used follows \code{\link{cut}}, so intervals are closed on
94
  the right and open on the left except for the lowest interval which is
94
  the right and open on the left except for the lowest interval which is
95
  closed at both ends.
95
  closed at both ends.
96
 
96
 
97
  The axes, where plotted, make use of the classes of \code{xlim} and
97
  The axes (where plotted) make use of the classes of \code{xlim} and
98
  \code{ylim} (and hence by default the classes of \code{x} and
98
  \code{ylim} (and hence by default the classes of \code{x} and
99
  \code{y}): this will mean that for example dates are labelled as
99
  \code{y}): this will mean that for example dates are labelled as
100
  such.  (As from \R 3.1.0.)
100
  such.  (As from \R 3.0.1.)
101
 
101
 
102
  Notice that \code{image} interprets the \code{z} matrix as a table of
102
  Notice that \code{image} interprets the \code{z} matrix as a table of
103
  \code{f(x[i], y[j])} values, so that the x axis corresponds to row
103
  \code{f(x[i], y[j])} values, so that the x axis corresponds to row
104
  number and the y axis to column number, with column 1 at the bottom,
104
  number and the y axis to column number, with column 1 at the bottom,
105
  i.e. a 90 degree counter-clockwise rotation of the conventional
105
  i.e. a 90 degree counter-clockwise rotation of the conventional