The R Project SVN R

Rev

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

Rev 25278 Rev 25323
Line 1... Line 1...
1
\name{grid.pretty}
1
\name{grid.pretty}
2
\alias{grid.pretty}
2
\alias{grid.pretty}
3
%- Also NEED an `\alias' for EACH other topic documented here.
-
 
4
\title{ Generate a Sensible Set of Breakpoints }
3
\title{ Generate a Sensible Set of Breakpoints }
5
\description{
4
\description{
6
  Produces a pretty set of breakpoints within the range given.
5
  Produces a pretty set of breakpoints within the range given.
7
}
6
}
8
\usage{
7
\usage{
9
grid.pretty(range)
8
grid.pretty(range)
10
}
9
}
11
%- maybe also `usage' for other objects documented here.
-
 
12
\arguments{
10
\arguments{
13
  \item{range}{ A numeric vector }
11
  \item{range}{ A numeric vector }
14
}
12
}
15
\value{
13
\value{
16
  A numeric vector of breakpoints.
14
  A numeric vector of breakpoints.
17
}
15
}
18
\author{ Paul Murrell }
16
\author{ Paul Murrell }
19
\keyword{ dplot }% at least one, from doc/KEYWORDS
17
\keyword{dplot}