Learn R Programming

pacviz (version 1.0.3)

linMap: Linear map

Description

A function that will map a range of values to a different set of values.

Usage

linMap(x, i, f)

Value

A set of values spanning from i to f

Arguments

x

Range of values to be mapped

i

Lowest value

f

Largest value