Skip to content
Prev 18079 / 398502 Next

inverted axis

Hello Juhana

make the first ploot as normal: plot(X, BR2)
and the second one with points: points(BR1, X, col='red')
perhaps you have to set xlim and ylim in plot, so that every point in
BR1 is shown

another aproach is:
plot(c(BR2,X),c(X,BR1),col=rep('black',length(X),),rep('red',length(X))

I hope it help

gruess

joerg
Juhana Vartiainen wrote: