I've answered my own question, the x-values of the line/points I want to
plot must be adjusted by the gap size

Thanks
Mick 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of michael watson
(IAH-C)
Sent: 19 July 2006 11:58
To: [email protected]
Subject: [R] Plotting lines and points on the second plot when
usinggap.plot in plotrix

Hi

My question is simple - the gap.plot function in the plotrix package
allows users to draw graphs that have a broken axis.  However, I want to
then add a line to the "second" plot, but can't.

Eg:

twogrp<-c(rnorm(10)+4,rnorm(10)+20)
gap.plot(twogrp,rnorm(20),gap.bounds=c(8,16),gap.axis="x",xlab="X
values",
       xtics=c(4,7,17,20),ylab="Y values",main="Plot gap on X axis") 

# this doesn't work
points(17,0,col="red")

# this does work
points(4,0,col="green")

I somehow need to set the focus to the second plot so that I can draw
lines and points on it.

Any help?

Mick

______________________________________________
[email protected] 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.

______________________________________________
[email protected] 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