insert.row: Insert row into a matrix at a given row index

View source: R/BoundingCovariateEffects.R

insert.rowR Documentation

Insert row into a matrix at a given row index

Description

Used in initalization step (feasible_point_search.R).

Usage

insert.row(evaluations, row, idx.after)

Arguments

evaluations

Matrix of violation function evaluations.

row

Row (evaluations) to be added to the evaluation matrix.

idx.after

Index of the row of evaluations after which the given row should be placed.

Value

Evaluation matrix.


depCensoring documentation built on April 4, 2025, 1:52 a.m.