stat: "qq_line"

Reference line through Q–Q sample/theoretical quantiles. Publishes sample and theoretical; default for geom_qq_line.

Usage

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

<GGPlot data={rows} aes={{ sample: "sample" }}>
  <GeomQqLine stat="qq_line" />
</GGPlot>
{
  "geom": "qq_line",
  "stat": "qq_line"
}

Generated columns (after_stat)

Resolve these with channel objects such as { stat: "sample" } in aes.

  • sample
  • theoretical

Default for geoms

Compatible geoms

← All stats · Geoms · Statistics and positions