How do I output the correct percentages on each bar of my Likert chart?
问题 I'm trying to get my code to output the percentage on top of each individual bar. Right now, the percentages shown below are on the wrong side. My code combines Labels 1 and 2 and Labels 3 and 4, and then outputs those numbers on the incorrect sides. Is there a function to label those bars correctly? I'm including my code, the data from the .csv file, and the current visualization. library(ggplot2) library(reshape) library(likert) library(dplyr) setwd("~/Desktop/") df <- read.csv("Likert_Test