Популярное

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

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

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

Топ запросов

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

plotly Scatterplot in R (Example) | Draw Interactive XY-Plot | Change Shape of Dots, Size & Opacity

statistics globe

statisticsglobe.com

statistical programming

r programming

statistics

r programming language

r statistics

rstudio

r language

r tutorial

learn r

r code

r programming tutorial

plot_ly() function

create an interactive XY-Plot

Draw an Interactive XY-Plot

plotly Scatterplot

Автор: Statistics Globe

Загружено: 22 дек. 2021 г.

Просмотров: 1 057 просмотров

Описание:

How to create an interactive XY-Plot with plotly in the R programming language. More details: https://statisticsglobe.com/plotly-sc...
Profile of Kirby White: https://statisticsglobe.com/kirby-white

R code of this video:

install.packages("plotly")
library(plotly)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers"
)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers",
color = ~Species
)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers",
color = ~Species,
symbol = ~Species
)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers",
color = ~Species,
symbol = ~Species,
size = 3
)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers",
color = ~Species,
symbol = ~Species,
size = ~Petal.Length
)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers",
color = ~Species,
symbol = ~Species,
size = 3,
alpha = .3
)

plot_ly(
data = iris,
x = ~Petal.Length,
y = ~Petal.Width,
type = "scatter",
mode = "markers",
color = ~Species,
symbol = ~Species,
size = 3,
alpha = .65,
text = ~Species
)

Follow me on Social Media:
Facebook – Statistics Globe Page:   / statisticsglobecom  
Facebook – Group for Discussions & Questions:   / statisticsglobe  
LinkedIn – Statistics Globe Page:   / statisticsglobe  
LinkedIn – Group for Discussions & Questions:   / 12555223  
Twitter:   / joachimschork  

Music by bensound.com

plotly Scatterplot in R (Example) | Draw Interactive XY-Plot | Change Shape of Dots, Size & Opacity

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

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

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

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

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

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

plotly Boxplot in R (Example) | Draw Box-and-Whisker Plot | Color, Mean Lines, Notches & Orientation

plotly Boxplot in R (Example) | Draw Box-and-Whisker Plot | Color, Mean Lines, Notches & Orientation

Insightful Data Visualization Using ggplot2 in R (Ft. @rappa753 ) | Drawing Advanced Plots & Graphs

Insightful Data Visualization Using ggplot2 in R (Ft. @rappa753 ) | Drawing Advanced Plots & Graphs

Positron IDE for R & Python | How to Install & Use | Better than RStudio? | Ft. @milos-makes-maps

Positron IDE for R & Python | How to Install & Use | Better than RStudio? | Ft. @milos-makes-maps

Best ggplot2 Extensions for R Data Visualization | ggdist, ggiraf, patchwork, ggstatsplot, gganimate

Best ggplot2 Extensions for R Data Visualization | ggdist, ggiraf, patchwork, ggstatsplot, gganimate

Битва за Берлин с точки зрения НЕМЦЕВ.

Битва за Берлин с точки зрения НЕМЦЕВ.

VBA Monte Carlo Simulation for Markowitz Portfolios | Excel Tutorial for Beginners

VBA Monte Carlo Simulation for Markowitz Portfolios | Excel Tutorial for Beginners

How to Apply PCA before K-means Clustering in R Programming (Example) | Principal Component Analysis

How to Apply PCA before K-means Clustering in R Programming (Example) | Principal Component Analysis

Уборщик с ВЕДРОМ и ШВАБРОЙ 32КГ Пранкует ЗАПАД #3 | Gym Prank

Уборщик с ВЕДРОМ и ШВАБРОЙ 32КГ Пранкует ЗАПАД #3 | Gym Prank

Любой ценой фильм про военную разведку

Любой ценой фильм про военную разведку

Плачущая Медведица Принесла Умирающего Медвежонка к Мужчине. То, Что Он Сделал, Невероятно!

Плачущая Медведица Принесла Умирающего Медвежонка к Мужчине. То, Что Он Сделал, Невероятно!

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



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



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