Action: VORONOI
| Module | matrixtools |
|---|---|
| Description | Usage |
| Do a voronoi analysis | |
| output value | type |
| a matrix in which element ij is equal to one if the ij component of the input matrix is lower than all the ik elements of the matrix where k is not j and zero otherwise | matrix |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| ARG | matrix | the distance/adjacency matrix that should be used to perform the voronoi analysis |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ARG | input | none | the distance/adjacency matrix that should be used to perform the voronoi analysis |
| SERIAL | optional | false | do the calculation in serial |