interpolated: (UNFINISHED) Interpolate values between two vectors

View source: R/food_times_calc.R

interpolatedR Documentation

(UNFINISHED) Interpolate values between two vectors

Description

Given two vectors v1 and v2, return a new vector that has the same length as base

Usage

interpolated(
  v1,
  v2,
  operator = function(x) {
     x
 }
)

Arguments

v1

first vector

v2

second vector

operator

any function

Value

vector


personalscience/cgmr documentation built on July 2, 2023, 12:47 a.m.