copy_elem: Copy an element from one vector into another

View source: R/RcppExports.R

copy_elemR Documentation

Copy an element from one vector into another

Description

Copy an element from one vector into another

Usage

copy_elem(dest, orig, ind)

Arguments

dest

destination row vector

orig

origin row vector

ind

C++ style index for the element to be copied

Value

copy an element of one row vector into another.


fintzij/stemr documentation built on March 25, 2022, 12:25 p.m.