Learn R Programming

sspm (version 1.1.0)

spm_methods: 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()

Arguments

Value

A character vector of all available discretization methods.

Details

You can create your own method (tutorial TBD).