search for: breakcol

Displaying 4 results from an estimated 4 matches for "breakcol".

Did you mean: breakc
2008 Aug 12
1
gap.plot() and axes=F
...re the break in the x-axis. That's what I do now: library(plotrix) a<-c(1,2,3,4,5,6, 51,66,67,68,69) b<-c(1,2,3,4,5,6,7,8,9,10,11) gap.plot(a,b,gap=c(10,49), gap.axis="x" ) axis(1, at=c(1,2,3,4,5,6,7,8,9,50,55,60,65,70)) axis.break(axis=1,9.5,style="slash", brw=0.03, breakcol="red") Thankful for advice, Verena Hoffmann
2008 May 23
1
Line Breaks and Axis breaks..
...the following code, how to I adjust the scales on either side of that axis break? This is for a boxplot graph. See attachment... there is an outlier under CLI 5 that can't be seen as a result. >install.packages("plotrix") axis.break(axis=1, breakpos=NULL, bgcol="white", breakcol="black", style="gap", brw=0.02) Thank you very much in advance! Megan Bellamy
2008 Jul 28
2
axis.break on Date-x-axis in lattice xyplot
...lattice) library(plotrix) P<-xyplot(df$value~df$Date|df$variable, scales=list(x=list(at=Periode,rot=60,tck=-1,format="%d.%b.%Y",alternating=F), y=list(relation="free",rot=0 )), axis.break(axis=1, breakpos="2007-01-01",style="gap",bgcol="white",breakcol="black",brw=0.1) ) This code is resulting in an error,  the problem is the specification of the breakpos-Argument, but I don´t know what "user units" in this case are. Can anyone help me? Thanks, Henning -- [[alternative HTML version deleted]]
2008 Jun 25
3
gap.boxplot error message?
Hello, When I put in the following script line: gap.boxplot(CLI3, CLI4, CLI5, CLI6, CLI7, gap=list(top=c(8000,280000), bottom=c(0,250)), range=50, outline=TRUE, par(ask=FALSE) I get a '+' telling me I am missing something. I have tried adding ')', 'width=NULL', etc and then I get this error: Error: unexpected symbol in: "gap.boxplot(CLI3, CLI4, CLI5, CLI6, CLI7,