Reputation: 541
The manual (pdf) doesn't seem to indicate any parameter responsible to change the labels' color. To be clear, I'm not referring to the numbers on the axis, but to the labels at the edges of the polygon.
I've used the first example taken from the solution given to this question.
I tried:
par(col.lab="grey")
before or after calling radarchart function, but it didn't work. The labels remained black.
Upvotes: 2
Views: 564