Thank you very much... May I kindly have your email address for further contact?
@Chale1288Ай бұрын
fuck ggplot2, this is by far more straightforward with base R.
@studentofeconomics.78416 ай бұрын
how did you select the extent for South America??
@sandralissete900910 ай бұрын
Hola ami me sale error en scale_fill_manual(name='',values=c('darkred','steelblue'))+ .... Error in `palette()`: ! Insufficient values in manual scale. 10 needed but only 2 provided.
@habtamuabay965611 ай бұрын
how to fix "Error in `geom_sf()" in r
@samuelvitor242411 ай бұрын
Show de bola
@andresvinueza1992 Жыл бұрын
Gracias, tras una tarde buscando esto lo encontre resumido en 5 minutos.
@antoniocaicedobaltodano6724 Жыл бұрын
Hola, qué sucede? climate <- crop(climate,extent(-82,-34,-60.15)) Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘crop’ for signature ‘"list"’
@jimmypratama36782 жыл бұрын
why when i use the geom_line its always error, its says "Each group consists of only one observation."
@libradososa53942 жыл бұрын
Genial, definitivamente muy útil!! Gracias. Thanks!!
@ahmed007Jaber2 жыл бұрын
thank you for this; I am trying to visulaise the below but I am getting straight lines connected in the same year. any idea how to fix it? world_bank_pop %>% # tibble() %>% # janitor::clean_names() %>% pivot_longer(cols = 3:20, names_to = "date_data", values_to= "num_values") %>% tibble() %>% head(100) %>% ggplot(aes(date_data, num_values, groups = country)) + # geom_line()+ geom_point()
@paulosergiopansesilveira95562 жыл бұрын
It is a great help. Thank you. I am newbie in maps and raster... I am intending to create some with my own data (it seems hard to understand) instead of use raster maps already available in the Web. May I suggest I video for the initial steps in raster creation and adjust on a geographic map (e.g., epidemiological data)?
@Lala-eh7mr2 жыл бұрын
how could the propec scale becomes minus 2.5 till positiive 2.5 , i mean it supposed to be percentages so it couldnt be negative, is the propec for male supposed to be *minus 100? ( i asked) because i literally copy your syntax but my plot turned to be basic stack bar plot
@sergiocosta61512 жыл бұрын
I I mentioned this error in the description of the video and I made available the code that corrects the negative values in the scale. Check te code on my github github.com/sergiocostafh/ggplot2_dataviz/blob/master/Population%20pyramid%20chart%20with%20geom_bar().R
@rafaafeitos2 жыл бұрын
Ficou showwww
@xinking26442 жыл бұрын
wow, beautiful plot. thank you
@addisudamtew50672 жыл бұрын
Wow! Thank you so much !
@vincenzo42592 жыл бұрын
Thanks
@vincenzo42592 жыл бұрын
Thanks
@isispetrocelli54953 жыл бұрын
Amazing tutorial, helped me to make mz raster points looks great
@asrimaharani32893 жыл бұрын
Why mine said could not find function ggplot
@danielneri62813 жыл бұрын
Thanks :)
@wanglisong57643 жыл бұрын
Fantastical tutorial, best one!
@IOOPLorenz3 жыл бұрын
estaba buscando este video, un diez
@purbashachowdhury29853 жыл бұрын
Hi, I need to plot map of an Indian state. Would you please help me?
@prashantshekhar10123 жыл бұрын
Yes I can help
@purbashachowdhury29853 жыл бұрын
@@prashantshekhar1012 thank U so much for replying! Can we connect(gmeet) ASAP? plz let me know your email!
@IrinaLizunova-q4l3 жыл бұрын
It's REALLY the best video about graphics on R. i loveeee it!!! thank you sooo much !!
@SmoothCode3 жыл бұрын
This is the kind of coding tutorials I would pay for.
@SmoothCode3 жыл бұрын
Awesome video! Please do more step-by-step R data visualization tutorials!
@filmonafewerki78843 жыл бұрын
Bravo!!! Lol, thanks for sharing.
@ProfBoggs3 жыл бұрын
Thank you for posting a technique that divides the number of males in a cohort by TOTAL population, and number of females in a cohort by TOTAL population. I have seen numerous webpages and KZbin videos who divide male or female cohort by the total male or female population. Also, thank you for this coding demonstration. This is exactly what I needed.
@alifashraff82973 жыл бұрын
Thanks bro, lu mmg mantap...
@eloyjuniorrezende21963 жыл бұрын
Top demais! voce foi bem em tudo até na música, pra acalmar a turma desesperada por informações! Thaks a lot
@juancarlosroa87613 жыл бұрын
Amazing!!, Can I add geom_point on geom_sf() ?
@IrakliKavtaradzepsyche3 жыл бұрын
Thank you very much! One question, when you export it as pdf, can you modify each element of the map in photo editing app (illustrator)?
@AndyArthur3 жыл бұрын
You would be better off to export as svg for editing
@roshnipuli85534 жыл бұрын
where did you get the preciptation data from?
@emrecanaksakal83074 жыл бұрын
How can i add value for grid?
@Flavio_Marchi4 жыл бұрын
Muito bom! Me ajudou bastante esses mapas do Brasil.
@maksim09334 жыл бұрын
Very nice code! Thanks! However, generally accepted for females - on right, males - on left. But this may vary in different scientific societies.
@ProfBoggs3 жыл бұрын
You are correct. At least in English-language demography publications, males are on the left and females are on the right.
@mubangansofu74692 жыл бұрын
Fantastic video.. please note tidyverse contains ggplot2 library so loading tidyverse is enough.
@igorakcio4 жыл бұрын
Thank you, very much. Your video allowed me to finaly understand and plot the choropleth
@jasonrobin73064 жыл бұрын
I don't understand how the url link works.
@maksim09334 жыл бұрын
why viridis library not loaded in the beginning?
@maksim09334 жыл бұрын
Great lesson) one little question: how to add a custom (not OSM) base map for aesthetic purposes?
@dilshadsaeed28574 жыл бұрын
when I run climate=raster::getData('worldclim', var='bio',res=2.5) I get error : Could not download file -- perhaps it does not exist Error in file(con, "r") : cannot open the connection In addition: Warning messages: 1: In utils::unzip(zipfile, exdir = dirname(zipfile)) : error 1 in extracting from zip file 2: In file(con, "r") : cannot open file 'C:/Users/Hi/Documents/wc2-5/bio1.hdr': No such file or directory
@johannamartinez54634 жыл бұрын
Qué buenos videos!!!!!!
@annestephen31744 жыл бұрын
Hello, How can i get the data you are using on this clip. Great Work.
@sergiocosta61514 жыл бұрын
The data is in the base package `datasets`. Just load the package and type `Orange` to see it, as shown in the video.
@epoxiconazole14 жыл бұрын
So many infos in one video !! Great. Thank you.
@joshuadelabruere42624 жыл бұрын
FYI the gather() and spread() from dplyr have been depreciated. Use pivot_longer() and pivot_wider() as these can accomplish the same result, with clearer syntax.
@sergiocosta61514 жыл бұрын
Thanks for the contribution, i accepted your pull request on github.
@jd-hb9pe4 жыл бұрын
Brilliant video. Thanks Sergio!
@danielvalentins17564 жыл бұрын
Very beautiful map! there is a package called 'brazilmaps', with this package you don't need to download the shapefiles, take a look. Looking forward to more videos, good job!
@wenliiding68794 жыл бұрын
trying URL 'biogeo.ucdavis.edu/data/climate/worldclim/1_4/grid/cur/bio_2-5m_bil.zip' Content type 'application/zip' length 129319755 bytes (123.3 MB) ======= downloaded 19.6 MB Error in utils::download.file(url = aurl, destfile = fn, method = "auto", : download from 'biogeo.ucdavis.edu/data/climate/worldclim/1_4/grid/cur/bio_2-5m_bil.zip' failed In addition: Warning messages: 1: In utils::download.file(url = aurl, destfile = fn, method = "auto", : downloaded length 20594688 != reported length 129319755 2: In utils::download.file(url = aurl, destfile = fn, method = "auto", : URL 'data.biogeo.ucdavis.edu/data/climate/worldclim/1_4/grid/cur/bio_2-5m_bil.zip': status was 'Failure when receiving data from the peer' It seems like that I could not download the data
@chrisharrod77714 жыл бұрын
I hit a bot of a problem with > rasdf <- as.data.frame(raster,xy=TRUE)%>%drop_na(raster) Produced the following: Error in drop_na(., raster) : could not find function "drop_na"...
@sergiocosta61514 жыл бұрын
load tidyverse package to enable drop_na() function