File: get.breaks.Rd

package info (click to toggle)
r-cran-plotrix 2.9-3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 960 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{get.breaks}
\alias{get.breaks}
\title{Get the breakpoints for a weighted histogram}
\description{
 Gets the breakpoints for a weighted histogram.
}
\usage{
 get.breaks(x,breaks)
}
\arguments{
  \item{x}{A numeric vector.}
  \item{breaks}{Either the name of the function to calculate breakpoints, the
  number of categories or a vector of breakpoints.}
}
\details{
 \samp{get.breaks} either calls the same functions as \samp{hist} to get
  breakpoints or calculates a given number or just returns \samp{breaks}
  if they are already specified.
}
\value{A vector of breakpoints.}
\author{Jim Lemon}
\seealso{\link{hist}}
\keyword{misc}