Skip to content
Prev 325014 / 398503 Next

colour coded dotchart

On 09/06/13 01:21, Marco Bianchi wrote:
Easy-peasy:

     ccc <- ifelse(x<=5,"black","red")
     dotchart(x,col=ccc)

You need to get the hang of reading the online help.  The information
required is actually there in ?dotchart --- it's just tersely and obscurely
expressed.  A certain degree of optimism is required.  You need to
***believe*** that the information is there; then ask yourself "What
could they possibly mean by what they have written that would tell
me what I need to know?".

This is how one should interpret the exhortation "RTFM" when it is
inflicted upon one.

After a few millennia it gets easier! :-)

     cheers,

         Rolf Turner