dot-scaleXY: Scale between min and max value (main)

.scaleXYR Documentation

Scale between min and max value (main)

Description

This function rescales between user-defined min and max values

Usage

.scaleXY(x, minim = 2, maxim = 3)

Arguments

x

numeric vector to be re-scalded

minim

(numeric) minimum value for resultant vactor

maxim

(numeric) minimum value for resultant vactor

Value

This function returns a matrix of CV values

See Also

scaleXY , scale

Examples

.scaleXY(11:15, min=1, max=100)

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.