copy_elem2: Copy an multiple elements from one vector into another

View source: R/RcppExports.R

copy_elem2R Documentation

Copy an multiple elements from one vector into another

Description

Copy an multiple elements from one vector into another

Usage

copy_elem2(dest, orig, inds)

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.