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.
gap.boxplot(DATA$Conductivity~factor(DATA$UnitName_1),ylim=c(LOWER_Y_Conductivity,UPPER_Y_Conductivity_int),gap=gap_Conductivity, axes=FALSE,col=colours,outwex=one,whisklty = "solid",whisklwd=lwth,outcol= "black", outpch=dtsym, outcex=dtsize, axis.labels=NULL,range=1.5) I would also like to display a y-axis value in the upper box, but I am unable to that and wondering is that possible to do so with this package. Is it possible to remove the upper and lower boxes horizontal lines and replace the gap symbol with axis.break on the y-axis instead. Any advice would be greatly appreciated!!! Thanks On Thu, Aug 29, 2013 at 9:38 AM, Shane Carey <careys...@gmail.com> wrote: > Ok, thanks all :-) > > > On Thu, Aug 29, 2013 at 2:39 AM, Jim Lemon <j...@bitwrit.com.au> wrote: > >> On 08/29/2013 02:52 AM, Shane Carey wrote: >> >>> Hi, >>> >>> Has anyone ever created scale breaks in R something like what is shown >>> here >>> in the section, >>> Use a Scale Break >>> >>> http://www.r-bloggers.com/**graphing-highly-skewed-data/<http://www.r-bloggers.com/graphing-highly-skewed-data/> >>> >>> Thanks >>> >>> Hi Shane, >> As Sarah answered, axis.break in the plotrix package is a start. >> gap.barplot (also in plotrix) does the whole thing. If they won't give you >> lunch until you do it that way, like Sarah I say, "Go for it" >> >> 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.