| Line 1... |
Line 1... |
| 1 |
% File src/library/base/man/pretty.Rd
|
1 |
% File src/library/base/man/pretty.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2007 R Core Team
|
3 |
% Copyright 1995-2018 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{pretty}
|
6 |
\name{pretty}
|
| 7 |
\title{Pretty Breakpoints}
|
7 |
\title{Pretty Breakpoints}
|
| 8 |
\usage{
|
8 |
\usage{
|
| Line 19... |
Line 19... |
| 19 |
\item{n}{integer giving the \emph{desired} number of
|
19 |
\item{n}{integer giving the \emph{desired} number of
|
| 20 |
intervals. Non-integer values are rounded down.}
|
20 |
intervals. Non-integer values are rounded down.}
|
| 21 |
\item{min.n}{nonnegative integer giving the \emph{minimal} number of
|
21 |
\item{min.n}{nonnegative integer giving the \emph{minimal} number of
|
| 22 |
intervals. If \code{min.n == 0}, \code{pretty(.)} may return a
|
22 |
intervals. If \code{min.n == 0}, \code{pretty(.)} may return a
|
| 23 |
single value.}
|
23 |
single value.}
|
| 24 |
\item{shrink.sml}{positive numeric
|
24 |
\item{shrink.sml}{positive number, a factor (smaller than one)
|
| 25 |
by a which a default scale is shrunk in the case when
|
25 |
by which a default scale is shrunk in the case when
|
| 26 |
\code{range(x)} is very small (usually 0).}
|
26 |
\code{range(x)} is very small (usually 0).}
|
| 27 |
\item{high.u.bias}{non-negative numeric, typically \eqn{> 1}.
|
27 |
\item{high.u.bias}{non-negative numeric, typically \eqn{> 1}.
|
| 28 |
The interval unit is determined as \{1,2,5,10\} times \code{b}, a
|
28 |
The interval unit is determined as \{1,2,5,10\} times \code{b}, a
|
| 29 |
power of 10. Larger \code{high.u.bias} values favor larger units.}
|
29 |
power of 10. Larger \code{high.u.bias} values favor larger units.}
|
| 30 |
\item{u5.bias}{non-negative numeric
|
30 |
\item{u5.bias}{non-negative numeric
|