Learn R Programming

sspm (version 1.1.0)

method_func: Accessing OR replacing discretization_method model elements

Description

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

Usage

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

Value

The object in the required slot.

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.

Examples

Run this code
method <- as_discretization_method("tesselate_voronoi")
method_func(method)

Run the code above in your browser using DataLab