Learn R Programming

editrules (version 2.7.2)

as.character.cateditmatrix: Coerce an cateditmatrix to a character vector

Description

Derives readable editrules from an editmatrix.

Usage

## S3 method for class 'cateditmatrix':
as.character(x,
    asIfStatement = FALSE, ...)

Arguments

x
cateditmatrix object to be printed
asIfStatement
if TRUE the representation will be an if statement.
...
further arguments passed to or from other methods.