method_func | R Documentation |
discretization_method
model elementsAll methods described here allow to access the elements of contained in objects of class discretization_method.
method_func(sspm_object)
## S4 method for signature 'discretization_method'
method_func(sspm_object)
method_func(object) <- value
## S4 replacement method for signature 'discretization_method'
method_func(object) <- value
## S4 method for signature 'discretization_method'
spm_name(sspm_object)
## S4 replacement method for signature 'discretization_method'
spm_name(object) <- value
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
|
The object in the required slot.
method <- as_discretization_method("tesselate_voronoi")
method_func(method)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.