Re: [R] Legend for radial.plot?

2010-12-09 Thread nzcoops
Thanks Jim, I couldn't get xpd=T to work in the way I assume it should, which is expanding the region to whatever it is asked to display? Maybe I was using it wrong but I had jpeg/png wrapped around as I was saving the output. The workaround I had was to increase the width of the jpeg/png (leg

Re: [R] Legend for radial.plot?

2009-02-06 Thread Jim Lemon
Jason Rupert wrote: Using plotrix, is it possible to create a legend for the following and attach it to the radial.plot? posmat<-matrix(sample(2:9,30,TRUE),nrow=3) radial.plot(posmat,labels=paste("X",1:10,sep=""),rp.type="p", main="Spiderweb plot",line.col=2:4,show.grid=FALSE,lwd=1:3, ra

[R] Legend for radial.plot?

2009-02-05 Thread Jason Rupert
Using plotrix, is it possible to create a legend for the following and attach it to the radial.plot?   posmat<-matrix(sample(2:9,30,TRUE),nrow=3) radial.plot(posmat,labels=paste("X",1:10,sep=""),rp.type="p",   main="Spiderweb plot",line.col=2:4,show.grid=FALSE,lwd=1:3,   radial.lim=c(0,10))   Th