1% File src/library/grid/man/grid.pretty.Rd
2% Part of the R package, https://www.R-project.org
3% Copyright 1995-2007 R Core Team
4% Distributed under GPL 2 or later
5
6\name{grid.pretty}
7\alias{grid.pretty}
8\title{ Generate a Sensible Set of Breakpoints }
9\description{
10  Produces a pretty set of breakpoints within the range given.
11}
12\usage{
13grid.pretty(range)
14}
15\arguments{
16  \item{range}{ A numeric vector }
17}
18\value{
19  A numeric vector of breakpoints.
20}
21\author{ Paul Murrell }
22\keyword{dplot}
23