Displaying 1 result from an estimated 1 matches for "tp4432410p4432410".
2012 Feb 29
2
function for filtering and deleting vector entries
...mebody please help me?
Thanks a lot..
norm = function(Temp,v){
for (i in 1:length(Temp)){
if (Temp[i]<=16 || Temp[i] >= 38.5)
{Temp[-i];v[-i]}
return(Temp,v)
}
}
--
View this message in context: http://r.789695.n4.nabble.com/function-for-filtering-and-deleting-vector-entries-tp4432410p4432410.html
Sent from the R help mailing list archive at Nabble.com.