Тёмный
Plotly Analytics - Giving Life to Data
Plotly Analytics - Giving Life to Data
Plotly Analytics - Giving Life to Data
Подписаться
How to write SWITCH statement in R?
3:15
7 часов назад
How to write IF statement in R?
6:10
9 часов назад
How to import Excel file in R?
9:22
12 часов назад
How to create a list in R?
4:46
14 дней назад
How to access elements in a Matrix?
7:31
14 дней назад
How to create matrix in R?
5:41
14 дней назад
How to subset a vector?
9:35
14 дней назад
A gentle introduction to R vectors
8:36
14 дней назад
A gentle introduction to R objects
7:46
14 дней назад
How to access R help documents?
9:59
21 день назад
How to load the package in R?
15:44
21 день назад
A quick orientation of RStudio IDE
9:46
21 день назад
lubridate package | Parsing time series data
15:20
3 месяца назад
ggplot2 package | How to annotate the chart?
31:51
3 месяца назад
Комментарии
@StatisticsGlobe
@StatisticsGlobe 10 дней назад
Thanks for sharing, great video!
@plotlyAnalytics
@plotlyAnalytics 10 дней назад
Thanks for your kind words
@aram5704
@aram5704 Месяц назад
Can we do all this stuff in one code?
@plotlyAnalytics
@plotlyAnalytics Месяц назад
I am sorry, I did not get your question. In one code, you meant to say, in one data pipeline?
@aram5704
@aram5704 Месяц назад
Thank you for utterly informative series of R videos. Cab you please provide me with a code how to add a percentage in stucked bar? Instead of only absolute numbers. Like N(n%)
@plotlyAnalytics
@plotlyAnalytics Месяц назад
thanks Aram for your kind words. You can use below layer in ggplot function to add percentage in stacked bar chart. However, please ensure you have converted your absolute values into percentages and then call this percent values in the ggplot layer. scale_y_continuous(labels = scales::percent) + geom_text(aes(label = paste0(value*100,"%")), position = position_stack(vjust = 0.5), size = 2) Please have a look at this post from Stack overflow for more information: stackoverflow.com/questions/44724580/add-percentage-labels-to-a-stacked-barplot
@byrongillyatt1129
@byrongillyatt1129 3 месяца назад
😋 "promo sm"
@gayatrijoshi7277
@gayatrijoshi7277 7 месяцев назад
Nice video 😊
@seyisonade1194
@seyisonade1194 11 месяцев назад
Thanks a million sir for the value adding contents...
@plotlyAnalytics
@plotlyAnalytics 11 месяцев назад
You are Most welcome!
@iwalters3323
@iwalters3323 Год назад
Promo`SM
@dhanashreejoshi7626
@dhanashreejoshi7626 Год назад
Best