Bivariate Quantil-Quantil-Plots

Wenn Sie Quantil-Quantil-Plots brauchen, um zwei Verteilungen miteinander zu vergleichen, lässt sich das mit der Funktion qq() machen, die dazugehörige Panel-Funktion heißt panel.qq():

qq(x, data, aspect = "fill",
   panel = lattice.getOption("panel.qq"),
   prepanel, scales, strip,
   groups,
   xlab, xlim,
   ylab, ylim,
   f.value = NULL,
   drop.unused.levels = lattice.getOption("drop.unused.levels"),
   ...,
   lattice.options = NULL,
   qtype = 7,
   default.scales = list(),
   subscripts,
   subset)

panel.qq(...)

Get R in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.