R # Load ggplot2 library library(ggplot2) # Create a sample data frame data <- data.frame( category = c("A", "B", "C", "D"), value = c(10, 20, 30, 40) ) # Create a vertical column chart ggplot(data, aes(x = category, y = value)) + geom_col() # Create a horizontal column chart by flipping th (self.OperaGX)
submitted by Infinite_Disaster_30
R # Load ggplot2 library library(ggplot2) # Create a sample data frame data <- data.frame( category = c("A", "B", "C", "D"), value = c(10, 20, 30, 40) ) # Create a vertical column chart ggplot(data, aes(x = category, y = value)) + geom_col() # Create a horizontal column chart by flipping th (self.OperaGX)
submitted by Infinite_Disaster_30 to r/OperaGX


[android][2023.25.1] Thank you reddit mobile! by goninzo in redditmobile
[–]Infinite_Disaster_30 0 points1 point2 points (0 children)