ggradar graph doesn't look correct
I’m trying to make a spider/radar graph. Here’s my code: structure(list(Acceptance = c(16, 4, 13), `Committed Action` = c(16, 4, 11), Diffusion = c(16, 4, 7), `Present Moment` = c(16, 4, 10), `Self as Context` = c(16, 4, 11), Values = c(16, 4, 12)), row.names = c(NA, -3L), class = c("tbl_df", "tbl", "data.frame")) # DF… Read More ggradar graph doesn't look correct