1\name{nelder}
2\alias{nelder}
3\title{Nelder's labeling algorithm}
4\usage{
5  nelder(dmin, dmax, m,
6    Q = c(1, 1.2, 1.6, 2, 2.5, 3, 4, 5, 6, 8, 10))
7}
8\arguments{
9  \item{dmin}{minimum of the data range}
10
11  \item{dmax}{maximum of the data range}
12
13  \item{m}{number of axis labels}
14
15  \item{Q}{set of nice numbers}
16}
17\value{
18  vector of axis label locations
19}
20\description{
21  Nelder's labeling algorithm
22}
23\author{
24  Justin Talbot \email{justintalbot@gmail.com}
25}
26\references{
27  Nelder, J. A. (1976) AS 96. A Simple Algorithm for
28  Scaling Graphs, Journal of the Royal Statistical Society.
29  Series C., pp. 94-96.
30}
31
32