Thanks
On Fri, Aug 30, 2013 at 1:49 AM, Jim Lemon <j...@bitwrit.com.au> wrote: > 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 > -- Shane [[alternative HTML version deleted]] ______________________________________________ R-help@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.