insert.row {depCensoring} | R 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 |
Value
Evaluation matrix.
[Package depCensoring version 0.1.7 Index]