Re: [R] string syntactic sugar in R? - long post

2005-05-07 Thread James Bullard
. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- James Bullard [EMAIL PROTECTED] 760.267.0986 __ R-help

[R] row equality.

2005-02-13 Thread James Bullard
I think that this is an easy one... I have a matrix where each row is an (x,y,z) triplet. Given a potential (xnew,ynew,znew) triplet I want to know if the matrix already contains a row with the new values (the space already has that point). I can do it using a for loop, but I would like to know