Skip to content
Back to formatted view

Raw Message

Message-ID: <21ce39b20902261246m2aad2715ye278c793e0ae5ecd@mail.gmail.com>
Date: 2009-02-26T20:46:13Z
From: William Simpson
Subject: plot with pairwise joined points

I would like to do as follows
plot(a,b)
points(c,d,pch=19)

Now join with a line segment point a[1], b[1] to c[1], d[1]; a[2],
b[2] to c[2], d[2] ... a[n], b[n] to c[n], d[n]

All corresponding points from the two data sets are joined by line segments.

Thanks very much for any tips on how to do this.

Bill