Learn R Programming

timefully (version 0.1.0)

interpolation: Interpolate n values between two numeric values

Description

Interpolate n values between two numeric values

Usage

interpolation(y1, y2, n)

Value

numeric vector

Arguments

y1

first value

y2

second value

n

integer, number of intra-values (counting the original value as the first one)