[R] plot with pairwise joined points

William Simpson william.a.simpson at gmail.com
Thu Feb 26 21:59:27 CET 2009


Thanks very much Rolf, Dimitris, & Greg!

Bill

On Thu, Feb 26, 2009 at 8:56 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote:
>
> On 27/02/2009, at 9:46 AM, William Simpson wrote:
>
>> 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.
>
> ?segments
>
>        cheers,
>
>                Rolf Turner
>
> ######################################################################
> Attention:This e-mail message is privileged and confidential. If you are not
> theintended recipient please delete the message and notify the sender.Any
> views or opinions presented are solely those of the author.
>
> This e-mail has been scanned and cleared by
> MailMarshalwww.marshalsoftware.com
> ######################################################################
>




More information about the R-help mailing list