R package for parsing and manipulating edit rules


[Up] [Top]

Documentation for package ‘editrules’ version 0.5

Help Pages

editrules-package Facilitates reading of linear (in)equalities and...
as.data.frame.editmatrix Coerce an editmatrix to a data...
as.editmatrix Coerce to an edit matrix.
as.matrix.editmatrix Coerce an editmatrix to a normal matrix...
checkRows Check rows of data...
checkRows.character Check rows of data...
checkRows.data.frame Check rows of data...
checkRows.editmatrix Check rows of data...
editmatrix Create an editmatrix
editrules Retrieve readables editrules from an editmatrix...
editsinfo Retrieve readables editrules from an editmatrix...
getC Returns the constant part of a linear (in)equality...
getMatrix Returns the coefficient matrix of linear (in)equalities...
getOps Returns the operator part of a linear (in)equality editmatrix E...
getVars Returns the variable names of an (in)equality editmatrix E...
is.editmatrix Check if object is an editmatrix...
listViolatedEdits Lists which rows of data...
neweditmatrix Create an editmatrix object from its constituing attributes.
parseEdits Parse a character vector of edits...
print.editmatrix print edit matrix...
violatedEdits Retrieve which rows of data...
violatedEdits.character Retrieve which rows of data...
violatedEdits.data.frame Retrieve which rows of data...
violatedEdits.editmatrix Retrieve which rows of data...
[.editmatrix Row index operator for editmatrix.