XPAND: Expand Bounds

XPANDR Documentation

Expand Bounds

Description

Calculate an expanded bounding region based on a percent of the existing boundaries

Usage

XPAND(g, pct = 0.1)

Arguments

g

vector of values

pct

fractional percent to expand

Details

uses the range of the exising vector to estimate the expanded bound

Value

vector, new range

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

Examples


i = 5:10
exi = XPAND(i, pct = 0.1)
range(i)
range(exi)


RPMG documentation built on Aug. 19, 2023, 5:12 p.m.