[R] ggplot equivalent of par(xaxt)
baptiste auguie
baptiste.auguie at googlemail.com
Tue Oct 6 20:57:12 CEST 2009
Hi,
2009/10/6 John Kane <jrkrideau at yahoo.ca>:
> How do I suppress the numbers on the x-axis?
>
Try this,
p + opts(axis.text.x = theme_blank())
HTH,
baptiste
> Thanks
>
>
> __________________________________________________________________
> [[elided Yahoo spam]]
>
> ______________________________________________
> 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