The R Project SVN R

Rev

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

Rev 61168 Rev 62069
Line 90... Line 90...
90
  i.e. a 90 degree counter-clockwise rotation of the conventional textual
90
  i.e. a 90 degree counter-clockwise rotation of the conventional textual
91
  layout.
91
  layout.
92
 
92
 
93
  Alternatively, use \code{\link[lattice:levelplot]{contourplot}} from the
93
  Alternatively, use \code{\link[lattice:levelplot]{contourplot}} from the
94
  \CRANpkg{lattice} package where the \code{\link{formula}} notation allows
94
  \CRANpkg{lattice} package where the \code{\link{formula}} notation allows
95
  to use vectors \code{x, y, z} of the same length.
95
  to use vectors \code{x}, \code{y}, and \code{z} of the same length.
96
 
96
 
97
  There is limited control over the axes and frame as arguments
97
  There is limited control over the axes and frame as arguments
98
  \code{col}, \code{lwd} and \code{lty} refer to the contour lines
98
  \code{col}, \code{lwd} and \code{lty} refer to the contour lines
99
  (rather than being general \link{graphical parameters}).  For more control,
99
  (rather than being general \link{graphical parameters}).  For more control,
100
  add contours to a plot, or add axes and frame to a contour plot.
100
  add contours to a plot, or add axes and frame to a contour plot.