rstatsZH - Data Science mit R
Oct 1, 2024
Beispiel: How to remove a legend from a plot in R ggplot2?
Was ist das?
Arbeitsablauf
Wie entferne ich eine Legende aus einem Diagramm in R ggplot2?
Legende in R ggplot2 entfernen.
Image generated with DALL-E 3 by OpenAI
Artwork by @allison_horst
lernziele <- readr::read_csv(here::here("data/tbl-01-rstatszh-k009-lernziele.csv")) |>
dplyr::filter(modul == params$modul) |>
dplyr::pull(lernziele)
Rows: 34 Columns: 4
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (2): titel, lernziele
dbl (1): modul
dttm (1): datum
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Philipp Bosch
Thomas Knecht
Um in den vollen Genuss der R-Analyse Umgebung zu kommen, musst du im Serviceportal folgende Module bestellen:
Im Kanton haben wir eine Community of Practice für R, welche ihre digitale Heimat in einem Teams-Kanal hat.
Im Kanal könnt ihr:
Aufgaben
Vertretungen
Thomas Knecht (JI)
Philipp Bosch (JI)
Sarah Gerhard (BI)
Miriam Hofstetter (VD)
Andreas Gubler (BD)
Gianluca Macauda (GD)
Fabian Berger (SD)
Jörg Sintermann (BD)
Nina Schnyder (JI)
Gian-Marco Alt (BD)
Joëlle Ninon Albrecht (JI)
Stellt eure Fragen an Thomas und Philipp
Bitte steh auf und beweg dich. Lasst eure E-Mails in Frieden ruhen.
Bild erzeugt mit DALL-E 3 by OpenAI
ggplot2
ggplot2
Zurücklehnen und genießen!
ggplot()
ist die Hauptfunktion von ggplot2Bild entnommen aus: https://r4ds.hadley.nz/data-visualize#fig-eda-boxplot
Bitte steh auf und beweg dich. Lasst eure E-Mails in Frieden ruhen.
Bild erzeugt mit DALL-E 3 by OpenAI
Diskrete Variablen
Stetige (kontinuierliche) Variablen
Kategoriale Variablen
Folien erstellt mit revealjs und Quarto: https://quarto.org/docs/presentations/revealjs/ Access slides als PDF auf GitHub
Alle Materialien sind lizenziert unter Creative Commons Attribution Share Alike 4.0 International.