Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / MoranScatterPlotAdditionalData

Type Alias: MoranScatterPlotAdditionalData

MoranScatterPlotAdditionalData = object

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

Properties

datasetName

datasetName: string

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


isDraggable?

optional isDraggable: boolean

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


isExpanded?

optional isExpanded: boolean

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


lagValues

lagValues: number[]

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


regression

regression: SimpleLinearRegressionResult

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


slope

slope: number

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


theme?

optional theme: string

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


values

values: number[]

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


variableName

variableName: string

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

Released under the MIT License.