Learn R Programming

editrules (version 2.9.5)

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

Description

Derives readable editrules from an editmatrix.

Usage

# S3 method for 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.