2006/9/28, Cleber N. Borges <[EMAIL PROTECTED]>: > Is There a fuction that return a index of a element in vector? > like this semantic example: > vector = c( 100, 200, 300 ) > getINDEX( vector, value = 200 )
which( vector == 200 ) -- Regards, Hans-Peter ______________________________________________ [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.
