vect.feed.backward: Feeds each missing value with the value of its next element....

View source: R/linalg.R

vect.feed.backwardR Documentation

Feeds each missing value with the value of its next element. Order input vector appropriately brfore calling this function.

Description

Feeds each missing value with the value of its next element. Order input vector appropriately brfore calling this function.

Usage

vect.feed.backward(v, index = sequence(length(v)) %>% rev)

genpack/gener documentation built on March 14, 2023, 9:52 a.m.