mmstat.pos: mmstat.pos

mmstat.posR Documentation

mmstat.pos

Description

Returns a linear interpolation based on minmax.

Usage

mmstat.pos(minmax, pos)

Arguments

minmax

numeric(2): range to interpolate between

pos

numeric: proportion(s) to interpolate, usually between zero and one

Value

interpolated values

Examples

mmstat.pos(c(0,360), 0.5)

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.