discretization_method
model elementsR/accessors-methods-discret_method.R
accessors-methods-discret_method.Rd
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
[discretization_method] An object of class discretization_method.
[discretization_method] An object of class discretization_method.
typically an array-like R object of a similar class as
x
.
The object in the required slot.
if (FALSE) {
method_func(sspm_object)
...
}