Learn R Programming

depCensoring (version 0.1.7)

insert.row: 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)

Value

Evaluation matrix.

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.