copy_2_rows: Copy some of the rows of one matrix into another

View source: R/RcppExports.R

copy_2_rowsR Documentation

Copy some of the rows of one matrix into another

Description

Copy some of the rows of one matrix into another

Usage

copy_2_rows(dest, orig, inds)

Arguments

dest

destination matrix

orig

origin matrix

inds

row indices

Value

copy the elements of one matrix into another.


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