[R] selective labels display on histogram
Petr PIKAL
petr.pikal at precheza.cz
Thu Apr 12 16:03:52 CEST 2012
Hi
>
> Hello,
> Is it possible to selectively display labels on a histogram?
What labels?
Like that?
x<-rnorm(10000)
hist(x)
hist(x, axes=F, xlab="bla", ylab="ble", main="bleble")
axis(1, at=c(-4, -1, 1, 4))
Regards
Petr
>
> Thanks
>
> Carol
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
More information about the R-help
mailing list