R Tutorial | Creating Scatter plot in R and enhancing it with ggplot | R Programming

preview_player
Показать описание
In this video I've talked about how you can create scatter plot in R and enhance it with the help of ggplot2 package. This enhancement in the scatter plot with the ggplot2 package helps user interpret the chart in a much better way and consume it easily.
Рекомендации по теме
Комментарии
Автор

Thanks for great explanation of ggplot function. I am new to R language and learning it through online videos only. Really benefited a lot from the video.

vjrobs
Автор

Hi, lovely video. I had a quick question - when I tried following the function for extracting the year from teh date column from my own data set: Script entered is :

data4_scatter <- data4
data4_scatter$year <- as.numeric(format(data4$yearmonth, "%Y"))


Error message which I am getting is:-
Error in prettyNum(.Internal(format(x, trim, digits, nsmall, width, 3L, :
invalid 'trim' argument



Can you pl. guide. Tx

ahujapoonam