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

______________________________________________
[email protected] 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.

Reply via email to