GeomQqLine

Q–Q reference line: line through sample/theoretical quartile match, spanning the theoretical range of the Q–Q cloud. Requires aes.sample.

Defaults

geom
qq_line
default stat
qq_line
default position
identity
params type
QqLineParams

Svelte component

import { GGPlot, GeomQqLine } from "@ggsvelte/svelte";

<GGPlot data={rows} aes={{ sample: "sample" }}>
  <GeomQqLine />
</GGPlot>

JSON layer

{
  "geom": "qq_line",
  "stat": "qq_line"
}

Params

alpha

number

Line opacity. Must be between 0 and 1 (inclusive). Default 1.

linewidth

number

Stroke width in px. Must be greater than 0. Default 1.

Allowed stats

Allowed positions

← All geoms · Getting started