Procházet zdrojové kódy

Tweak font sizes

pull/22/head
Kirill Müller před 7 roky
rodič
revize
b61fe21569
6 změnil soubory, kde provedl 155 přidání a 155 odebrání
  1. +1
    -1
      R/tidyr_spread_gather.R
  2. binární
      images/static/png/tidyr-gather.png
  3. binární
      images/static/png/tidyr-spread.png
  4. +83
    -83
      images/static/svg/tidyr-gather.svg
  5. +71
    -71
      images/static/svg/tidyr-spread.svg
  6. binární
      images/tidyr-spread-gather.gif

+ 1
- 1
R/tidyr_spread_gather.R Zobrazit soubor

@@ -67,7 +67,7 @@ sg_data <- bind_rows(
mutate(
label = ifelse(value %in% setdiff(colnames(wide), "id"), "key", label),
label = ifelse(value %in% c("key", "val"), "zzz", label),
.text_size = ifelse(grepl("label", .id), 8, 12)
.text_size = ifelse(grepl("label", .id) | .y == 0, 8, 12)
) %>%
arrange(label, .id, value) %>%
mutate(frame = factor(frame, labels = c('spread(long, key, val)', 'gather(wide, key, val, x:z)'))) %>%

binární
images/static/png/tidyr-gather.png Zobrazit soubor

Před Za
Šířka: 1999  |  Výška: 1999  |  Velikost: 40KB Šířka: 2100  |  Výška: 2100  |  Velikost: 40KB

binární
images/static/png/tidyr-spread.png Zobrazit soubor

Před Za
Šířka: 1999  |  Výška: 1999  |  Velikost: 32KB Šířka: 2100  |  Výška: 2100  |  Velikost: 32KB

+ 83
- 83
images/static/svg/tidyr-gather.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 71
- 71
images/static/svg/tidyr-spread.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


binární
images/tidyr-spread-gather.gif Zobrazit soubor

Před Za
Šířka: 480  |  Výška: 480  |  Velikost: 904KB Šířka: 480  |  Výška: 480  |  Velikost: 893KB

Načítá se…
Zrušit
Uložit