0

first of all, I'm new to R, we start to learn it in this week.

I made this star plot

stars(Ice, full = TRUE, scale = TRUE, radius = TRUE, labels = dimnames(Ice)[[1]], locations = NULL, xlimit = NULL, ylimit = NULL,
  len = 1, colors = NULL, key.loc = NULL, key.labels = NULL,
  draw.segments = TRUE, draw.axes = TRUE,)

And now i wanted to add a Legend with a full filled circle in the right angle, can some one help me?

Phil
  • 5,491
  • 3
  • 26
  • 61
  • Please consider providing a [minimal reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) so that it make it easier for other SO users to help you – lovalery Oct 15 '21 at 20:17

0 Answers0