as_discretization_method | R Documentation |
discretization_method
objectCast a character value into discretization_method
object, using the list of possible methods in spm_methods
.
as_discretization_method(name, method)
## S4 method for signature 'character,ANY'
as_discretization_method(name)
## S4 method for signature 'missing,function'
as_discretization_method(method)
name |
[character] The name of the method. |
method |
[character] If custom method, the function to use. See
|
An objectof class discretization_method
.
spm_methods.
as_discretization_method("tesselate_voronoi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.