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?