[R] intervals on plot

Nikita Atkins nda at mailcall.com.au
Wed Oct 13 04:05:46 CEST 1999


Dear all R users

I have been trying to plot a group of intervals by using the bottom
code:


> breaks <- factor(cut(col3,breaks=360+5*(0:155)))
> par(tck=0,lty="solid")
> plot(breaks,ann=FALSE,axes=FALSE)

col3 is just a column of 1500 floating point data.

Unfortunately when i do the plot, the x-axis has some of the intervals
as labels dispite me having both 'ann' and 'axes' both as FALSE.

Could anyone tell me how to remove these from my plot or how to bypass
this altogether, maybe by changing the names of the intervals to
something else.

Thanks to all of you for any help.



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list