Internal function documentation for dfm objects.

The Compare methods enable relational operators to be use with dfm. Relational operations on a dfm with a numeric will return a dgCMatrix-class object.

# S4 method for dfmSparse,numeric
Compare(e1, e2)

Arguments

e1

a dfm

e2

a numeric value to compare with values in a dfm

See also

Comparison operators