Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
Please never stop making R videos. You are the best and it’s invaluable information. Can you maybe make a video how to do R automation ? Like with Bash?
Hello, could anyone help me? I've been trying this code, and instead of showing the animated plot in the Viewer pan, I get 100 png files saved in my working directory Would you know how to fix it?
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
Please never stop making R videos. You are the best and it’s invaluable information. Can you maybe make a video how to do R automation ? Like with Bash?
Cada tanto R programming nos recuerda el inmenso potencial y uso de R, Gracias.
Cool trucks. Explained in 5 mins! Great job, thanks.
Glad it was helpful!
You just make me keep falling for R. Thanks Greg
haha - you are welcome
I'm loving it!!!
Wow this is lovely. I will use this today. Thanks Greg!
Ok, what do you do when its not working?
It says "file_renderer()` failed to copy frames to the destination directory"
getting this error :
Warning message:
`file_renderer()` failed to copy frames to the destination directory
how do I get past this?
I was using python in my research but now am back to R keep going
You dont need to use pipe !
Keep your code readable and understandable like 3:32
Very nice! gganimate is sort of like a flip-book. Flip the pages and get movement. I would like to see this done with maps.
Ooooh nice idea - animation with maps (I hadn't thought of that!). Let's do it!!
Is there a way to pause the animation or make a slider?
Boom Shaka lala
Nice one!
haha
This is great....
glad you like it.. more to come... :)
Hello, could anyone help me?
I've been trying this code, and instead of showing the animated plot in the Viewer pan, I get 100 png files saved in my working directory
Would you know how to fix it?
I have the same issue :(
@@i_tir_dan I fixed it using other packages, I'll paste the code in another comment so you can try it
@@i_tir_dan library(tidyverse)
library(gganimate)
library(babynames)
library(gapminder)
library(viridis)
library(RColorBrewer)
library(gifski)
library(magick)
#Babynames
babynames %>%
filter(name %in% c("James", "Paul", "Andrew", "John")) %>%
filter(sex=="M") %>%
ggplot(aes(x=year,
y=n,
group=name,
color=name)) +
geom_line(linewidth = 1.5) +
theme_bw() +
scale_color_viridis(discrete = TRUE) +
labs(title = "Popularity of American names in the previous Year",
x = "",
y = "",
color = "Names")+
theme(plot.title = element_text(size =10,
color = "steelblue")) +
transition_reveal(year)
anim_save("aaa.gif",animation = last_animation(), path=NULL)
Is there R for macs?
Very cool and super straight-forward. Have you played around with plotly in R?
hi @pipertripp - yes, I LOVE plotly and have a video almost ready to go on that. Absolutely lovely stuff. Glad you enjoyed this one.
So cool!
thanks
Wow❤
babynames & gapminder datasets missing in R
You have to download the package to use them
nice chanel, thank you
Thanks and welcome - glad you like it.. :)
I am the first to see this video ... yeah 😅
haha - well thanks for watching!! :)