copy_vec2: Copy the contents of one vector into another

View source: R/RcppExports.R

copy_vec2R Documentation

Copy the contents of one vector into another

Description

Copy the contents of one vector into another

Usage

copy_vec2(dest, orig, inds)

Arguments

dest

destination row vector

orig

origin row vector

inds

vector of indices in the destination

Value

copy the elements of one row vector into another.


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