This project is part of Coursera - JHU Course Project to create simple plot with plotly library. Im using my personal work data collected from Mobile Telecommunication Company in Middle East. The data explaining The Top Traffic usage by Mobile Operator Subscriber and measure its speed in order to understand Subscriber Experience.
Below are steps to generated the chart :
Load Necessary library to import data and plot 2 –> i didnt disclose the source code since it contains subscriber data and personal folder
Perform Data Cleaning and Processing to generate data
Ploting
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr 1.1.4 ✔ readr 2.1.5
## ✔ forcats 1.0.0 ✔ stringr 1.5.1
## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1
## ✔ lubridate 1.9.3 ✔ tidyr 1.3.1
## ✔ purrr 1.0.2
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
## Warning: package 'plotly' was built under R version 4.4.2
##
## Attaching package: 'plotly'
##
## The following object is masked from 'package:ggplot2':
##
## last_plot
##
## The following object is masked from 'package:stats':
##
## filter
##
## The following object is masked from 'package:graphics':
##
## layout
## `summarise()` has grouped output by 'APP'. You can override using the `.groups`
## argument.