Skip to content

Interface: StatisticalMapLayerConfig

Defined in: src/layers/StatisticalMapLayer.ts:34

Extends

  • DataLayerConfig

Properties

visible?

ts
optional visible?: boolean;

Defined in: src/layers.ts:11

Inherited from

ts
DataLayerConfig.visible

opacity?

ts
optional opacity?: number;

Defined in: src/layers.ts:12

Inherited from

ts
DataLayerConfig.opacity

blendMode?

ts
optional blendMode?: BlendMode;

Defined in: src/layers.ts:13

Inherited from

ts
DataLayerConfig.blendMode

order?

ts
optional order?: number;

Defined in: src/layers.ts:14

Inherited from

ts
DataLayerConfig.order

range?

ts
optional range?: [number, number];

Defined in: src/layers.ts:18

Inherited from

ts
DataLayerConfig.range

threshold?

ts
optional threshold?: [number, number];

Defined in: src/layers.ts:19

Inherited from

ts
DataLayerConfig.threshold

pValues?

ts
optional pValues?: Float32Array<ArrayBufferLike>;

Defined in: src/layers/StatisticalMapLayer.ts:36

Per-vertex p-values (same length as data)


statType?

ts
optional statType?: StatType;

Defined in: src/layers/StatisticalMapLayer.ts:38

Type of statistic stored in data


degreesOfFreedom?

ts
optional degreesOfFreedom?: number;

Defined in: src/layers/StatisticalMapLayer.ts:40

Degrees of freedom (required for tToZ conversion)

Released under the MIT License.