rescale: Simple linear rescaling of positions

Description Usage Arguments

View source: R/scaling_general.R

Description

Simple linear rescaling of positions

Usage

1
rescale(pos, newmin = -1, newmax = 1, oldmin = min(pos), oldmax = max(pos))

Arguments

pos

position data to be rescaled

newmin

indicates the minimum of the new scale (default is -1)

newmax

indicates the maximum of the new scale (default is +1)

oldmin

indicates the minimum of the existing scale. Can be used to rescale from a known theoretical scale (e.g. -100). If left empty the empirical minimum is used.

oldmax

indicates the maximum of the existing. See above.


manifestoR documentation built on Jan. 13, 2021, 9:53 a.m.