map.exp: A function to map values in a range exponentially

Description Usage Arguments Value

View source: R/map.exp.R

Description

This function maps a value in one range to another range exponentially.

Usage

1
map.exp(value, start1, stop1, start2, stop2, scale = 0.5)

Arguments

value

input value

start1

lower bound of the value's current range

stop1

upper bound of the value's current range

start2

lower bound of the value's taget range

stop2

upper bound of the value's target range

scale

scale log base

Value

a numeric value


gapmap documentation built on April 19, 2021, 5:06 p.m.