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 will be highly appreciated.  I would like to have these two parts of the 
plot either both are points or both are lines or both are overlaid of lines and 
points. Thank you very much.

Zheng 

        [[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.

Reply via email to