Skip to contents

vrule_threshold

vrule_threshold

Super classes

vrule::vrule_abstract -> vrule::vrule_operator_binary -> vrule::vrule_operator_relational -> vrule_threshold

Methods

Inherited methods


Method new()

Usage

vrule_threshold$new(operator, threshold)


Method validate()

Usage

vrule_threshold$validate(value, ...)


Method clone()

The objects of this class are cloneable with this method.

Usage

vrule_threshold$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.