Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Show my edits | Hide bots | Hide minor edits
Show new changes starting from 15:23, 28 May 2024
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

27 May 2024

     16:20  File:Gganimation.gif diffhist +57 Brb talk contribs (→‎Summary)
     15:13  Ggplot2 diffhist +175 Brb talk contribs (→‎Animation and gganimate)
     15:12 Upload log Brb talk contribs uploaded File:Gganimation.gif(<syntaxhighlight lang='r'> library(gganimate) library(ggplot2) library(tidyverse) library(ggimage) data_link <- "https://raw.githubusercontent.com/goodekat/presentations/master/2019-isugg-gganimate-spooky/bat-data/bats-subset.csv" bats <- read.csv(data_link) %>% mutate(id = factor(id)) bat_image_link <- "https://upload.wikimedia.org/wikipedia/en/a/a9/MarioNSMBUDeluxe.png" animation <- bats %>% mutate(image = bat_image_link) %>% filter(id == 1) %>% ggplot(aes(x = longitude, y = la...)

25 May 2024

     17:16  R diffhist +204 Brb talk contribs (→‎New release)

23 May 2024

     10:43  R diffhist +89 Brb talk contribs (→‎Avoid leading empty column to header)

22 May 2024

     16:45  Statistics diffhist +342 Brb talk contribs (→‎T-distribution vs normal distribution)