Data Visualization in R Part-1

preview_player
Показать описание
Shows how to make graphs and charts in R. Examples include histogram, pie chart, bar chart, scatter plot, box plot, etc.
Timestamps:
00:00 Introduction - Visualization in R
2:46 Histogram
06:56 Bar Plot
07:50 Pie Chart
08:24 Box Plot
09:27 Scatter Plot
10:24 Multi - Plot
11:51 Scatter Plot 3D
13:11 Contour Plot
13:42 3D Surface Plot

R is a free software environment for statistical computing and graphics, and is widely used by both academia and industry. R software works on both Windows and Mac-OS. It was ranked no. 1 in a KDnuggets poll on top languages for analytics, data mining, and data science. RStudio is a user friendly environment for R that has become popular.
Рекомендации по теме
Комментарии
Автор

Nothing ever like Awesome have been searching for an explanation like this for last 9 months since May 2015, I didn't find it any where. U just aced it for all of us.

rammarthi
Автор

Is there a way to have the numerical values of the x-axis assume the values defined by breaks? For example, breaks=seq(0, 3000, by=315) and we want the x axis numerical labels to be the numbers 0, 315, 630, etc. I would greatly appreciate your reply. I am a teacher using R to teach statistics. Thank you, Rob Knight

robknight
Автор

Very informative and easy to follow. Thanks!

Poollz
Автор

thank u for the video.. is there any book/material/website you would suggest for 3d plots?

asthamalhotra
Автор

How plot a multi plot if character variable present between int.variable

sonalikapanda
Автор

Hi Sir,

Thank you so much for video...

Are planning any online training on R | Machine Learning | Supply Chain Analytics ?...

Thanks,
Sumeet

sumibits
Автор

Sir i am doing PhD, I need to do analysis part and want to learn R....There is lot of info available about R. Which way to start from?

shikhamalhotra
Автор

in bar write
plot(vehicle$State)
Error in plot.window(...) : need finite 'ylim' values
In addition: Warning messages:
1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
2: In min(x) : no non-missing arguments to min; returning Inf
3: In max(x) : no non-missing arguments to max; returning -Inf

shobamanchala