0

I have here a table that I converted to a spider plot with ggradar:

df <- tibble(
 bad_decision = n,
 adc = 7,
 jungle = 10,
 mid = 5,
 support = 11,
 top = 16,
)

ggradar(
  df[1, ], 
  values.radar = c("0", "10", "20"),
  grid.min = 0, grid.mid = 10, grid.max = 20, 
)

I would like to know if there is a way to change the labels (i.e. "adc", "support", etc) to images that I can upload from my own computer, such as this one for "top":

enter image description here

Phil
  • 7,287
  • 3
  • 36
  • 66
Yh Lee
  • 1

0 Answers0