[R] scale breaks
Jim Lemon
jim at bitwrit.com.au
Fri Aug 30 02:49:42 CEST 2013
On 08/30/2013 01:28 AM, Shane Carey wrote:
> Hello all,
>
> I have decided to go ahead with gap.boxplot. I am trying to suppress the
> axis labels, both x and y labels. I tried using axis.labels=NULL but it
> would not work.
>
Hi Shane,
To suppress the axis labels, pass an empty string:
gap.barplot(...,xlab="",ylab="",...)
Many default values of NULL tell the function to work out labels from
the data, usually names.
Jim
More information about the R-help
mailing list