spm_methods {sspm}R Documentation

Get the list of available discretization methods

Description

Currently, only one discretization method is supported: * "tesselate_voronoi" Voronoi tessellation using the function tesselate_voronoi.

Usage

spm_methods()

Details

You can create your own method (tutorial TBD).

Value

A ⁠character vector⁠ of all available discretization methods.


[Package sspm version 1.0.3 Index]