Skip to content
Prev 339214 / 398500 Next

How to use rainbow function without the gamma argument

Have you looked at ?rainbow ?
Is there a reason why you don't simply leave the gamma parameter away?

Try:
pie(rep(1,100), col=rainbow(100, s = 1.0, v = 0.75, start = 0.0, end = 0.75))

Cheers,
B.
On 2014-04-19, at 6:05 AM, Francesco Brundu wrote: