Trying to change color of bar graph using scale_color_manual() but

€ 23.99

5
(99)
Auf Lager
Beschreibung

Hello, I'm trying to change the columns of my bar graph to red, blue and grey. However, I can't seem to get the colors to change on the output Attached is a photo of the graph Also the code and first 100 rows of my data set. # open file for Australia # I cleaned this file by hand dat1 <- read_excel("Australia_BOP.xlsx") # dput(dat1) # dput(head(dat1, 100)) # create the percentage of gdp columns dat1$pct_current_account <- dat1$current_account / dat1$nominal_gdp dat1$pct_balance_on_goods

Chapter 4 Visualizing Data in the Tidyverse

Graphs with ggplot2: Part II

ggplot2 barplots : Quick start guide - R software and data visualization - Easy Guides - Wiki - STHDA

Data Visualization

Colour changing in bar chart - Get Help - Metabase Discussion

Chapter 4 Visualizing Data in the Tidyverse

Solved: Changing color of bar graph - JMP User Community

R visualization workshop

Data Point Shapes and Colors with ggplot2 – Journey to Data Scientist

How to Make Stunning Boxplots in R: A Complete Guide to ggplot Boxplot - R programming

Trying to change color of bar graph using scale_color_manual() but it's not working - General - Posit Community