Hello,

 

As you can read in the small code below, I do not represent directly my data 
but its inverse in the limits of my radial plot and I would like to reorder 
grid labelling from the upper value at the center and the lower one at the 
graph's border. In my example I would like to have 40 at the center and 0 on 
the border.

 

http://oi62.tinypic.com/9zrntv.jpg

 

I tried to find examples of radial.labels parameter on the web but I didn't 
find any.

 

Here is my code :

 

radial.plot(

                mylim-data2[data2[,1]==sta,2:length(data2)],

                labels=c("N","NE","E","SE","S","SW","W","NW"),

                rp.type="p",

                radial.lim=c(0,mylim),

                line.col="#648bda",

                lwd = 2,

                start=1.56,

                clockwise = T)

 

Regards,

 

Hugues.


        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to