Learn R Programming

editrules (version 2.0-3)

toDataFrame: Coerce an editmatrix to a data.frame

Description

Coerces an editmatrix to a data.frame. Useful for viewing the matrix representation of editrules.

Usage

toDataFrame(x)

Arguments

x
editmatrix object

Value

  • data.frame with the coefficient matrix representation of x, an operator column and CONSTANT column.