Beautiful bar charts in R

preview_player
Показать описание
Making beautiful bar charts is easy with ggplot!
If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!
Рекомендации по теме
Комментарии
Автор

Awesome Video! How could I add margin text on a bar chart? I keep getting error "plot.new has not been called yet" when using mtext

AllThingsAnatomy
Автор

Thanks for the very informative video. I'm teaching my students bar charts and this helps. One note: When you change the x and y axis,
the *Total Employed RN* has to be in a forward tick, this " ` ", which had me confused for a bit.

theexpatteacher
Автор

I am not able to access the Carseats datasets.

sarveshkannan
Автор

I cannot do the last part of your video. I am a great fan of your video and will follow you. Thank you

rajendraregmi
Автор

Is it possible to make a bar plot where each colored bar has its own scaled y-axis? I’m trying to plot the density of two different species on the same plot but they’re on completely different “magnitudes” (0.1 vs 0.001).

brazilfootball
Автор

Hi there! Im really enjoying your videos. I am trying to reproduce your Nurse examples but my plot looks very weird compared to your, though I have checked multiple times that my code is the same.

ggplot(nurses_2020, aes(x= State,
y= "Total Employed RN")) +
geom_col()

Basically, the plot i get is where all the state bars go to the exact same height horizontally.

Also, when I go into your folder to look at your Rscript it says x = Total Employed RN and y = State, but that looks super wrong too.

cathrineolsen
Автор

Hi! I am new to R, your tutorials are helping me a lot to learn how to navigate through it, thank you! I was wondering, when we dont give "y" a value, on the charts we see the word "count", I was wondering, is there any way to remove that word?

arkhust
Автор

Sir can u share your scripts in description Link? Thanks

umarhussain