mmstat.pos {HKRbook}R 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)

[Package HKRbook version 0.1.3 Index]