Re: [R] issues with gap.plot function

2008-07-26 Thread Ben Bolker
Zheng Lu umich.edu> writes: > > > Dear all: > > I have the following codes: > > Xdata<-c(2,3,8,9,10) > Ydata<-1:5 > gap.plot(Xdata, Ydata,gap=c(5,6),gap.axis="x",type="o") > > However, the type='o' seems only work on the first part of gap plot, the second half of the plot always just > p

[R] issues with gap.plot function

2008-07-26 Thread Zheng Lu
Dear all: I have the following codes: Xdata<-c(2,3,8,9,10) Ydata<-1:5 gap.plot(Xdata, Ydata,gap=c(5,6),gap.axis="x",type="o") However, the type='o' seems only work on the first part of gap plot, the second half of the plot always just points, you can not add lines on that part, any help