Function: moranScatterFunctionDefinition()
moranScatterFunctionDefinition(
context
):RegisterFunctionCallingProps
Defined in: packages/geoda/src/moran-scatterplot/definition.ts:28
Internal
Parameters
context
CustomFunctionContext
<MoranScatterFunctionContextValues
>
Returns
RegisterFunctionCallingProps
Deprecated
Use moranScatterPlot tool instead.
Define the scatterplot function for tool calling. This function can assist user to create a scatterplot using the values of two variables in the dataset. The values of x and y should be retrieved using the getValues() callback function.