File: expand-range-8l.rd

package info (click to toggle)
r-cran-ggplot2 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,084 kB
  • sloc: makefile: 3
file content (20 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{expand_range}
\alias{expand_range}
\title{Expand range}
\author{Hadley Wickham <h.wickham@gmail.com>}

\description{
Convenience function for expanding a range with a multiplicative or additive constant.
}
\usage{expand_range(range, mul = 0, add = 0, zero = 0.5)}
\arguments{
\item{range}{range of data}
\item{mul}{multiplicative constract}
\item{add}{additive constant}
\item{zero}{distance to use if range has zero width}
}




\keyword{manip}