All methods described here allow to access the elements of contained in objects of class discretization_method.

method_func(sspm_object)

# S4 method for discretization_method
method_func(sspm_object)

method_func(object) <- value

# S4 method for discretization_method
method_func(object) <- value

# S4 method for discretization_method
spm_name(sspm_object)

# S4 method for discretization_method
spm_name(object) <- value

Arguments

sspm_object

[discretization_method] An object of class discretization_method.

object

[discretization_method] An object of class discretization_method.

value

typically an array-like R object of a similar class as x.

Value

The object in the required slot.

Examples

if (FALSE) {
method_func(sspm_object)
...
}