| % File src/library/grid/man/grid.pretty.Rd | |
| % Part of the R package, https://www.R-project.org | |
| % Copyright 1995-2007 R Core Team | |
| % Distributed under GPL 2 or later | |
| \name{grid.pretty} | |
| \alias{grid.pretty} | |
| \title{ Generate a Sensible Set of Breakpoints } | |
| \description{ | |
| Produces a pretty set of breakpoints within the range given. | |
| } | |
| \usage{ | |
| grid.pretty(range) | |
| } | |
| \arguments{ | |
| \item{range}{ A numeric vector } | |
| } | |
| \value{ | |
| A numeric vector of breakpoints. | |
| } | |
| \author{ Paul Murrell } | |
| \keyword{dplot} |