Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / MoranScatterPlotFunctionArgs

Type Alias: MoranScatterPlotFunctionArgs

MoranScatterPlotFunctionArgs = z.ZodObject<{ datasetName: z.ZodString; variableName: z.ZodString; weightsId: z.ZodOptional<z.ZodString>; }>

Defined in: src/global-moran/tool.ts:21

Released under the MIT License.