Hi there, I would like to test if are there some significant orientation of frequencies on a polar analysis.
my data looks like: mydata<-"angule,frequency 22.5,6 67.5,3 112.5,2 157.5,2 202.5,3 247.5,3 292.5,6 337.5,5" mydata.tab<-read.table(textConnection(mydata), header = TRUE,sep=",") require(plotrix) polar.plot(mydata.tab$frequency,mydata.tab$angule,main="Polar orientation",lwd=3,line.col=4) Many thanks, miltinho Brazil para armazenamento! [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org 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.