Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

How to plot Informative beautiful plots in R: Marginal plots using ggExtra and aplot packages

Автор: Rajendra Choure

Загружено: 2023-03-12

Просмотров: 1205

Описание:

#rprogramming #ggplot2 #ggExtra #ggMarginal #aplot #scatterplot #correlation #distribution #datavisualization

library(ggplot2)

library(ggExtra)

library(aplot)

p = ggplot(iris, aes(Sepal.Length, Petal.Length, color=Species))+
geom_point()+
theme_classic()+
theme(legend.position = c(0.7, 0.25))


ggMarginal(p, groupFill = TRUE, type="densigram", margin="y")


aplot

p2 = ggplot(iris, aes(Sepal.Length, fill=Species))+
geom_density(alpha=0.3)+
theme_void()+
theme(legend.position = "none")

p3= ggplot(iris, aes(1,Petal.Length, fill=Species))+
geom_boxplot(alpha=0.3)+
theme_void()+
theme(legend.position = "none")



library(ggbeeswarm)

p4 = ggplot(iris, aes(1,Petal.Length, color=Species))+
geom_beeswarm()+
theme_void()+
theme(legend.position = "none")



Facebook page:
  / rajendrachoureisc  

Mail Id:
[email protected]

youtube playlist:
   • R programming tutorials  

How to plot Informative beautiful plots in R: Marginal plots using ggExtra and aplot packages

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(10) { [0]=> object(stdClass)#5429 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "lHIUwpdBTts" ["related_video_title"]=> string(39) "customise ggplot using theme() function" ["posted_time"]=> string(21) "2 года назад" ["channelName"]=> string(15) "Rajendra Choure" } [1]=> object(stdClass)#5402 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "HPJn1CMvtmI" ["related_video_title"]=> string(86) "ggplot for plots and graphs. An introduction to data visualization using R programming" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(17) "R Programming 101" } [2]=> object(stdClass)#5427 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "TK4xJlNbXLE" ["related_video_title"]=> string(79) "Using stat_summary from ggplot2 to add a statistics layer to plots in R (CC089)" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(18) "Riffomonas Project" } [3]=> object(stdClass)#5434 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "6nN9RC6Exus" ["related_video_title"]=> string(46) "How to Make an Upset Plot in R - Demonstration" ["posted_time"]=> string(21) "3 года назад" ["channelName"]=> string(11) "Monika Wahi" } [4]=> object(stdClass)#5413 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "mcpySW0JQGA" ["related_video_title"]=> string(82) "Marginal plots using ggExtra: Advanced ggplot2 Show raw data with its distribution" ["posted_time"]=> string(21) "2 года назад" ["channelName"]=> string(15) "Rajendra Choure" } [5]=> object(stdClass)#5431 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "aFaobxo6h1k" ["related_video_title"]=> string(179) "Рубль и ставка - это проблема.. Мы теряем рынки 🔻 Чем теперь торговать России? || Дмитрий Потапенко*" ["posted_time"]=> string(24) "20 часов назад" ["channelName"]=> string(33) "Дмитрий ПОТАПЕНКО" } [6]=> object(stdClass)#5426 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "7z7U7ORFWQM" ["related_video_title"]=> string(45) "Text analysis in R. Demo 1: Corpus statistics" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(14) "Kasper Welbers" } [7]=> object(stdClass)#5436 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "Rp6Xwy4BfxI" ["related_video_title"]=> string(96) "Learn to plot Data Using R and GGplot2: Import, manipulate , graph and customize the plot, graph" ["posted_time"]=> string(21) "3 года назад" ["channelName"]=> string(15) "Rajendra Choure" } [8]=> object(stdClass)#5412 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "ZaHoaK-eDvU" ["related_video_title"]=> string(122) "Эти приложения вас спасут, если отключат интернет | Шатдаун, часть 2" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(23) "Первый отдел" } [9]=> object(stdClass)#5430 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "xyufizOpc5I" ["related_video_title"]=> string(66) "Using the vegan R package to generate ecological distances (CC188)" ["posted_time"]=> string(21) "3 года назад" ["channelName"]=> string(18) "Riffomonas Project" } }
customise ggplot using theme() function

customise ggplot using theme() function

ggplot for plots and graphs. An introduction to data visualization using R programming

ggplot for plots and graphs. An introduction to data visualization using R programming

Using stat_summary from ggplot2 to add a statistics layer to plots in R (CC089)

Using stat_summary from ggplot2 to add a statistics layer to plots in R (CC089)

How to Make an Upset Plot in R - Demonstration

How to Make an Upset Plot in R - Demonstration

Marginal plots using ggExtra: Advanced ggplot2 Show raw data with its distribution

Marginal plots using ggExtra: Advanced ggplot2 Show raw data with its distribution

Рубль и ставка - это проблема.. Мы теряем рынки 🔻 Чем теперь торговать России? || Дмитрий Потапенко*

Рубль и ставка - это проблема.. Мы теряем рынки 🔻 Чем теперь торговать России? || Дмитрий Потапенко*

Text analysis in R. Demo 1: Corpus statistics

Text analysis in R. Demo 1: Corpus statistics

Learn to plot Data Using R and GGplot2: Import, manipulate , graph and customize the plot, graph

Learn to plot Data Using R and GGplot2: Import, manipulate , graph and customize the plot, graph

Эти приложения вас спасут, если отключат интернет | Шатдаун, часть 2

Эти приложения вас спасут, если отключат интернет | Шатдаун, часть 2

Using the vegan R package to generate ecological distances (CC188)

Using the vegan R package to generate ecological distances (CC188)

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]