Dichtediagramme

Wenn Sie die Verteilung einer Variablen lieber als durchgehende Linie statt als Ansammlung von Balken sehen möchten, können Sie das mit Dichtediagrammen realisieren. In lattice gibt es dafür die Funktion densityplot():

densityplot(x, data,
            allow.multiple = is.null(groups) || outer,
            outer = !is.null(groups),
            auto.key = FALSE,
            aspect = "fill",
            panel = lattice.getOption("panel.densityplot"),
            prepanel, scales, strip, groups, weights,
            xlab, xlim, ylab,  ylim,
            bw, adjust, kernel, window, width, give.Rkern,
            n = 50, from, to, cut, na.rm,
            drop.unused.levels = lattice.getOption("drop.unused.levels"),
            ...,
            lattice.options =  NULL,
            default.scales = list(),
            subscripts,
            subset)

Standardmäßig werden die Dichte-Panels eines Diagramms von der Funktion ...

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.