On 30-08-2013, at 11:49, Shane Carey <careys...@gmail.com> wrote: > Hi, > > xlab="", > ylab"", >
You were told to use xlab="", ylab="" You seem to have omitted the = after ylab Berend > Would not work. > > Thanks > > > On Fri, Aug 30, 2013 at 9:37 AM, Shane Carey <careys...@gmail.com> wrote: > >> 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 >> > > > > -- > 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. ______________________________________________ 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.