Konturdiagramme

Wenn Sie mit lattice Konturdiagramme anlegen möchten (die Ähnlichkeit mit topografischen Karten haben), können Sie das mit der Funktion contourplot() erledigen:

contourplot(x, data,
            panel = lattice.getOption("panel.contourplot"),
            cuts = 7,
            labels = TRUE,
            contour = TRUE,
            pretty = TRUE,
            region = FALSE,
            ...)

panel.contourplot(...)

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.