1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/bounds.r
3\name{expand_range}
4\alias{expand_range}
5\title{Expand a range with a multiplicative or additive constant}
6\usage{
7expand_range(range, mul = 0, add = 0, zero_width = 1)
8}
9\arguments{
10\item{range}{range of data, numeric vector of length 2}
11
12\item{mul}{multiplicative constant}
13
14\item{add}{additive constant}
15
16\item{zero_width}{distance to use if range has zero width}
17}
18\description{
19Expand a range with a multiplicative or additive constant
20}
21