interpolate: Simple interpolate between two numbers

View source: R/utils_math.R

interpolateR Documentation

Simple interpolate between two numbers

Description

Simple interpolate between two numbers

Usage

interpolate(start, end, n)

Arguments

start

num first number

end

num last number

n

int total numbers in output vector

Value

num vector with length equivalent to n

See Also

Other math: comparison_inverse(), comparison_inverse_key, comparison_key, evens(), odds(), str_comparison()

Examples

interpolate(0, 6, 6)

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.