neweditmatrix {editrules}R Documentation

Create an editmatrix object from its constituing attributes.

Description

This function is for internal purposes, please use editmatrix for creating an editmatrix object.

Usage

neweditmatrix(A, ops, normalized = FALSE, ...)

Arguments

A

An augmented matrix of the form A|b

ops

a character vector with the comparison operator of every edit.

normalized

logical TRUE or FALSE

...

optional attributes

Value

an S3 object of class editmatrix


[Package editrules version 2.9.5 Index]