𝔇𝔄𝔗𝔄 ℭℌ𝔒ℭ𝔒𝔏𝔄𝔗𝔈𝔖
Ggplotly
2019-02-17
1 / 1
math
Visualizing Categorical Data
Tara Kenner
/
2018-04-07
In this unit, we are focusing on visualizing categorical data using pie charts and even better, bar graphs. I will be using ggplot and highcharter to visualize the data. library(tidyverse) library(highcharter) library(ggplot2) Create and view my data #Problem 7-8 Mode_of_trans <-…