Learn R Programming

HKRbook (version 0.1.3)

mmstat.pos: mmstat.pos

Description

Returns a linear interpolation based on minmax.

Usage

mmstat.pos(minmax, pos)

Value

interpolated values

Arguments

minmax

numeric(2): range to interpolate between

pos

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

Examples

Run this code
mmstat.pos(c(0,360), 0.5)

Run the code above in your browser using DataLab