stat: "qq"

Sample vs theoretical quantiles for Q–Q plots. Publishes sample and theoretical; default for geom_qq.

Usage

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

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

Generated columns (after_stat)

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

  • sample
  • theoretical

Default for geoms

Compatible geoms

Examples

← All stats · Geoms · Statistics and positions