The R Project SVN R

Rev

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

Rev 80562 Rev 83088
Line 5... Line 5...
5
 
5
 
6
\name{grid.pretty}
6
\name{grid.pretty}
7
\alias{grid.pretty}
7
\alias{grid.pretty}
8
\title{ Generate a Sensible ("Pretty") Set of Breakpoints }
8
\title{ Generate a Sensible ("Pretty") Set of Breakpoints }
9
\description{
9
\description{
10
  Produces a pretty set of of approximately \code{n} breakpoints within the
10
  Produces a pretty set of approximately \code{n} breakpoints within the
11
  range given.
11
  range given.
12
 
12
 
13
  This is a direct interface to \R's graphical engine \code{GEpretty()}
13
  This is a direct interface to \R's graphical engine \code{GEpretty()}
14
  function, which also underlies base \pkg{graphics}' package
14
  function, which also underlies base \pkg{graphics}' package
15
  \code{\link{axis}()}, \code{\link{axTicks}()}, etc.
15
  \code{\link{axis}()}, \code{\link{axTicks}()}, etc.